diff options
author | Wu Cheng-Han | 2017-03-22 15:26:35 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-03-22 15:26:35 +0800 |
commit | 0bcd83576f95435fa008f185a3993158d7e64ce6 (patch) | |
tree | 2f20b4f519c0590200fcf30ee86a23db0622e7c2 | |
parent | b17c2404b1b6c1b7dfc35f424eb047cd080e8e17 (diff) |
Update to handle SIGQUIT
Diffstat (limited to '')
-rw-r--r-- | app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -672,3 +672,4 @@ function handleTermSignals () { } process.on('SIGINT', handleTermSignals) process.on('SIGTERM', handleTermSignals) +process.on('SIGQUIT', handleTermSignals) |