showing results for - "node js catch any errors"
Emanuele
25 Oct 2019
1process.on('uncaughtException', function(err) {
2  console.log('Caught exception: ' + err);
3});