1.0.2 • Published 9 years ago

exit-code v1.0.2

Weekly downloads
281,968
License
ISC
Repository
github
Last release
9 years ago

exit-code

process.exitCode behavior back-ported from io.js and Node.js 0.12+

USAGE

require('exit-code')

process.exitCode = 2

// do some other stuff
// when the process exits, it'll do it with a code of 2