Skip to content

Instantly share code, notes, and snippets.

@Unitech
Created April 14, 2015 19:41
Show Gist options
  • Select an option

  • Save Unitech/7682ef0f68ff1448a583 to your computer and use it in GitHub Desktop.

Select an option

Save Unitech/7682ef0f68ff1448a583 to your computer and use it in GitHub Desktop.
process.on('uncaughtException', function(err) {
console.log('Caught exception: ' + err);
});
throw 'lol';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment