Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node.js error handling

process.on('warning', veri => console.log(veri))
process.on('unhandledRejection', veri => console.log(veri))
process.on('uncaughtException', veri => console.log(veri))
Source by expressjs.com #
 
PREVIOUS NEXT
Tagged: #error #handling
ADD COMMENT
Topic
Name
1+1 =