📅  最后修改于: 2022-03-11 15:04:10.094000             🧑  作者: Mango
process
.on('uncaughtException', (err) => console.error(err, 'Uncaught Exception'))
.on('unhandledRejection', (reason, promise) =>
console.error(reason, 'Unhandled Rejection at', promise)
);