2 lines
55 B
JavaScript
2 lines
55 B
JavaScript
process.on("unhandledRejection", (r) => { throw r; });
|
process.on("unhandledRejection", (r) => { throw r; });
|