we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "node js catch any errors"
Emanuele
25 Oct 2019
1process.on('uncaughtException', function(err) {
2  console.log('Caught exception: ' + err);
3});