[Node.js] uncaughtExpection
If you cannot catch those pesky errors for any reason. Maybe some lib is throwing them and you can't catch them. You can use:
process.on('uncaughtException', cb)
If you cannot catch those pesky errors for any reason. Maybe some lib is throwing them and you can't catch them. You can use:
process.on('uncaughtException', cb)