diff --git a/index.js b/index.js index 841b85b..d10b9c7 100644 --- a/index.js +++ b/index.js @@ -24,4 +24,5 @@ process.on('SIGINT', async () => { if (!db.isClosed()) { await db.close(); } + process.exit(); });