Skip to content

Instantly share code, notes, and snippets.

@santiq
Last active July 1, 2018 22:45
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 santiq/47199e231ffccea51ee013ecd327d6e1 to your computer and use it in GitHub Desktop.
Save santiq/47199e231ffccea51ee013ecd327d6e1 to your computer and use it in GitHub Desktop.
process.on('uncaughtException', (error) => {
console.log('Oh my god, something terrible happend: ', error);
process.exit(1); // exit application
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment