Minor correction

This commit is contained in:
Netkas 2023-02-28 20:20:12 -05:00
parent 3a7738140f
commit efc3257a41

View file

@ -471,8 +471,7 @@
if($exit_code == null)
{
Console::outError(sprintf('The unit \'%s\' for \'%s\' exited with an unknown code', $unit->ExecutionPolicy->Name, $package));
return 1;
return 0;
}
return $exit_code;