This commit is contained in:
Hri7566 2022-07-08 02:49:59 +02:00
commit 9e84167394
1 changed files with 1 additions and 0 deletions

View File

@ -24,4 +24,5 @@ process.on('SIGINT', async () => {
if (!db.isClosed()) {
await db.close();
}
process.exit();
});