Last active
August 29, 2021 12:24
-
-
Save msacar/fc42fdf124115adbad93320a75d6a8e8 to your computer and use it in GitHub Desktop.
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('uncaughtException', err => { | |
console.log(`Uncaught Exception: ${err.message} ${err.stack}`) | |
process.exit(1) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment