Skip to content

Instantly share code, notes, and snippets.

@neopunisher
Created September 27, 2011 03:23
Show Gist options
  • Save neopunisher/1244250 to your computer and use it in GitHub Desktop.
Save neopunisher/1244250 to your computer and use it in GitHub Desktop.
On error resume next of node
process.on('uncaughtException', function (err) {
console.log('Caught exception: ' + err);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment