juno
juno copied to clipboard
Call shutdown if error is caught
Problem
If an error is caught in checkErrChs
, we immediately exit with a log message.
Solution
Call shutdown
, attempting to exit cleanly without a stack trace.