UNPKG

194 BJavaScriptView Raw
1'use strict'
2process.on('unhandledRejection', function (reason, p) {
3 console.log('Possibly Unhandled Rejection at: Promise ', p, ' reason: ',
4 reason)
5})
6
7module.exports = require('./lib')