Skip to content

Commit bef3ce7

Browse files
authored
Fix: Remove process.exit from uncaught exception (#178)
1 parent 8bdd99a commit bef3ce7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/econnreset.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ process.on('uncaughtException', (error, origin) => {
44
console.error('UNCAUGHT EXCEPTION')
55
console.error(error)
66
console.error(origin)
7-
process.exit(1)
87
})

0 commit comments

Comments
 (0)