Skip to content

Instantly share code, notes, and snippets.

@huangang
Last active July 31, 2019 00:54
Show Gist options
  • Save huangang/d8ac033342b56ff64b3ec66577bbb129 to your computer and use it in GitHub Desktop.
Save huangang/d8ac033342b56ff64b3ec66577bbb129 to your computer and use it in GitHub Desktop.
nodejs 捕获未拦截的异常错误
process.on('uncaughtException', function (err) {
console.error('uncaughtException', err)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment