Ammonite
Ammonite copied to clipboard
Feature request: trap sys.exit calls
If I run amm --watch on a script that calls a function that does sys.exit ammonite exits and I need to rerun it to watch the files.
It would be nice if ammonite can still return to watch the files in this case.
Created a PR for this feature.