Files
2026-03-31 17:00:15 +02:00

4 lines
57 B
JavaScript

process.on('unhandledRejection', r => {
throw r;
});