Created
February 14, 2019 19:59
-
-
Save mhemrg/2a97049047ae096df827dffa1081cf4f to your computer and use it in GitHub Desktop.
Liara | unhandledRejection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process.on('unhandledRejection', error => { | |
console.error('unhandledRejection', error); | |
process.exit(1); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment