bumps
This commit is contained in:
@ -61,7 +61,7 @@ class CommandBuilder
|
||||
|
||||
log_debug('command_builder', "Command `$cmd` returned $ret and outputted $output");
|
||||
|
||||
if ($fail_on_non_zero_return&&(int)$ret!==(int)0) {
|
||||
if ($fail_on_non_zero_return && (int)$ret !== (int)0) {
|
||||
throw new SCoreException("Command `$cmd` failed, returning $ret and outputting $output");
|
||||
}
|
||||
return $ret;
|
||||
|
Reference in New Issue
Block a user