UNPKG

we-core

Version:

We.js is a node.js framework for build real time applications, sites or blogs!

7 lines 181 B
module.exports = function unhandledErrorCatcher(we) { process.on('unhandledRejection', error => { we.log.warn('unhandledRejection catch', { error: error }); }); };