We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17c240 commit 0bcd835Copy full SHA for 0bcd835
1 file changed
app.js
@@ -672,3 +672,4 @@ function handleTermSignals () {
672
}
673
process.on('SIGINT', handleTermSignals)
674
process.on('SIGTERM', handleTermSignals)
675
+process.on('SIGQUIT', handleTermSignals)
0 commit comments