File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.cjs" ,
66 "type" : " commonjs" ,
77 "scripts" : {
8- "start" : " node index.cjs"
8+ "start" : " node --unhandled-rejections=throw index.cjs"
99 },
1010 "author" : " Backtrace <team@backtrace.io>" ,
1111 "license" : " MIT" ,
Original file line number Diff line number Diff line change 55 "main" : " index.mjs" ,
66 "type" : " module" ,
77 "scripts" : {
8- "start" : " node index.mjs"
8+ "start" : " node --unhandled-rejections=throw index.mjs"
99 },
1010 "author" : " Backtrace <team@backtrace.io>" ,
1111 "license" : " MIT" ,
Original file line number Diff line number Diff line change 55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "scripts" : {
8- "start" : " node lib/index.js" ,
8+ "start" : " node --unhandled-rejections=throw lib/index.js" ,
99 "clean" : " rimraf lib" ,
1010 "build" : " tsc" ,
1111 "watch" : " npm run build -- --watch"
Original file line number Diff line number Diff line change 66 "types" : " lib/index.d.ts" ,
77 "type" : " module" ,
88 "scripts" : {
9- "start" : " node lib/index.js" ,
9+ "start" : " node --unhandled-rejections=throw lib/index.js" ,
1010 "clean" : " rimraf lib" ,
1111 "build" : " tsc" ,
1212 "watch" : " npm run build -- --watch"
You can’t perform that action at this time.
0 commit comments