Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created September 22, 2010 19:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/592322 to your computer and use it in GitHub Desktop.
Save isaacs/592322 to your computer and use it in GitHub Desktop.
process.on("unhandledException", function (er) {
console.error(er.stack)
process.exit(er.errno || 1)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment