4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
process.on('unhandledRejection', r => {
|
|
throw r;
|
|
});
|
process.on('unhandledRejection', r => {
|
|
throw r;
|
|
});
|