Skip to content

Commit daa04d7

Browse files
More fix version (#26)
* Adding pnpm support * testing * fix the version * run the test --------- Co-authored-by: Satish Tripathi <[email protected]>
1 parent f62b8ca commit daa04d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ const closeGracefully = async (signal) => {
3030
process.exit(1)
3131
}
3232
}
33-
34-
// Listen for shutdown signals
3533
process.on('SIGTERM', () => closeGracefully('SIGTERM'))
3634
process.on('SIGINT', () => closeGracefully('SIGINT'))
3735

0 commit comments

Comments
 (0)