Skip to content

Only force exit on non-zero exit codes

Evan Welsh requested to merge ewlsh/march-fixes-prerelease into main

system.exit exits GJS without cleaning up the JS engine (among other things), let's only do that for non-zero exit codes for now.

Merge request reports