UNPKG

next

Version:

The React Framework

11 lines (10 loc) 292 B
"use strict"; 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