Commiting Branch for improving the existing API

pull/10/head
capitanwesler 5 years ago
parent 6c6334759d
commit 04cdccc8f6

@ -13,6 +13,8 @@ function shutdown() {
process.exit(); process.exit();
} }
// @TESTING
process.on('SIGINT', shutdown); process.on('SIGINT', shutdown);
process.on('SIGQUIT', shutdown); process.on('SIGQUIT', shutdown);
process.on('SIGTERM', shutdown); process.on('SIGTERM', shutdown);

Loading…
Cancel
Save