UNPKG

create-iamturns-app

Version:
11 lines (9 loc) 219 B
const setupProcess = () => { // Makes the script crash on unhandled rejections instead of silently ignoring them. process.on("unhandledRejection", err => { throw err }) } module.exports = { setupProcess, }