Skip to content

Commit 0bcd835

Browse files
committed
Update to handle SIGQUIT
1 parent b17c240 commit 0bcd835

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,3 +672,4 @@ function handleTermSignals () {
672672
}
673673
process.on('SIGINT', handleTermSignals)
674674
process.on('SIGTERM', handleTermSignals)
675+
process.on('SIGQUIT', handleTermSignals)

0 commit comments

Comments
 (0)