Skip to content

Commit 9fc34a3

Browse files
committed
chore: do not hijack unhandledRejection handler
1 parent b85f4d6 commit 9fc34a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kill-instrumentation.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ childProcess.spawn = (...args1) => {
1919
return process
2020
}
2121

22-
process.on('unhandledRejection', (reason, promise) => {
23-
console.log('unhandledRejection logs', reason, promise)
24-
})
22+
// process.on('unhandledRejection', (reason, promise) => {
23+
// console.log('unhandledRejection logs', reason, promise)
24+
// })

0 commit comments

Comments
 (0)