UNPKG

next

Version:

The React Framework

10 lines (9 loc) 278 B
process.on("uncaughtException", (err)=>{ console.error("uncaughtException", err); process.exit(1); }); process.on("unhandledRejection", (err)=>{ console.error("unhandledRejection", err); process.exit(1); }); //# sourceMappingURL=setup-exception-listeners.js.map