Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set exit code variable without calling process.exit
`process.exit` quits immediately, without allowing buffered output from say, a `console.log` to be printed. See these Node.js issues: nodejs/node#3669 nodejs/node#3170 nodejs/node#2972 (comment)
- Loading branch information