Skip to content

Instantly share code, notes, and snippets.

@nicholaskajoh
Created July 3, 2018 11:36
Show Gist options
  • Save nicholaskajoh/cce109c26a99b2e48b35a7bc202b68dc to your computer and use it in GitHub Desktop.
Save nicholaskajoh/cce109c26a99b2e48b35a7bc202b68dc to your computer and use it in GitHub Desktop.
Log stack trace for unhandled promise rejection warning.
process.on('unhandledRejection', r => console.log(r));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment