diff --git a/src/index.js b/src/index.js index e57e57b..2187fe4 100644 --- a/src/index.js +++ b/src/index.js @@ -13,6 +13,8 @@ function shutdown() { process.exit(); } +// @TESTING + process.on('SIGINT', shutdown); process.on('SIGQUIT', shutdown); process.on('SIGTERM', shutdown);