File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,15 +126,15 @@ export default class PermsCommand extends SolidCommand {
126
126
await setPermission ( url , [ permission ] , options )
127
127
return ;
128
128
} catch ( e ) {
129
- if ( options . verbose ) writeErrorString ( `Could not set permissions for ${ permission . id } using ACP` , e , options )
129
+ writeErrorString ( `Could not set permissions for ${ permission . id } using ACP` , e , options )
130
130
}
131
131
}
132
132
if ( acl ) {
133
133
try {
134
134
await acl_perms . changePermissions ( url , [ permission ] , options )
135
135
return ;
136
136
} catch ( e ) {
137
- if ( options . verbose ) writeErrorString ( `Could not set permissions for ${ permission . id } using WAC` , e , options )
137
+ writeErrorString ( `Could not set permissions for ${ permission . id } using WAC` , e , options )
138
138
}
139
139
}
140
140
}
You can’t perform that action at this time.
0 commit comments