????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/pg-pool/test/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/pg-pool/test/setup.js |
const crash = (reason) => { process.on(reason, (err) => { console.error(reason, err.stack) process.exit(-1) }) } crash('unhandledRejection') crash('uncaughtError') crash('warning')