You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I end up using process.exitCode, when I want something to fail, but not until after it finishes running. Right now if I use exitHooks, the process exits with a status code of zero as process.exitCode isn't ever checked.