Skip to content

Fix Scripter exit error Replace scripter error -2 with 127(file not found)

Brian G requested to merge (removed):ScripterFixErrorExitCode into master

[Scripter]

  • BUG: Returns -2 causing overflow in "quit -2" when file not found, now returns 127(file not found)

Merge request reports