Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created December 7, 2014 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwlin/8a84ae0c66c87d7ae053 to your computer and use it in GitHub Desktop.
Save pwlin/8a84ae0c66c87d7ae053 to your computer and use it in GitHub Desktop.
nodewebkit node-main
process.on('uncaughtException', function(err) {
console.log('Uncaught node.js Error: ', err);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment