Rojo does not properly set an exit code if an error occurs #319
Labels
regression
This bug wasn't a bug in a previous version of Rojo
type: bug
Something happens that shouldn't happen
Milestone
Currently in rojo
6.0.0-rc.1
, rojo does not throw an exit code above 0 (e.g. exit code 1) if an error occurs while running a command. For example, if a non-existent file is specified in*.project.json
androjo build
is ran, rojo will throw a 'file not found' error, but the exit code is not set above 0:This makes it impossible for windows powershell/batch scripts to run conditional logic if a rojo build fails.
The text was updated successfully, but these errors were encountered: