Skip to content

Instantly share code, notes, and snippets.

@russellhaering
Created August 24, 2010 08:06
Show Gist options
  • Save russellhaering/547166 to your computer and use it in GitHub Desktop.
Save russellhaering/547166 to your computer and use it in GitHub Desktop.
process.on('uncaughtException', function() {
console.log("JAY");
});
process.nextTick(function() {
throw new Error("JUHU");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment