Skip to content

Instantly share code, notes, and snippets.

@rodelta
Created December 15, 2018 13:26
Show Gist options
  • Save rodelta/ce219b17d3042ddc0f29e5d84e4ee594 to your computer and use it in GitHub Desktop.
Save rodelta/ce219b17d3042ddc0f29e5d84e4ee594 to your computer and use it in GitHub Desktop.
Catch all non handled exceptions in node
process.on('unhandledRejection', err => console.error(err))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment