Remove old api

This commit is contained in:
David Majdandžić
2023-03-29 21:09:18 +02:00
parent 23f1f99468
commit 8315748964
2 changed files with 4 additions and 1743 deletions

View File

@@ -31,7 +31,7 @@ function cleanup(): void {
process.exit(0);
}
// process.on('exit', cleanup);
// process.on('SIGINT', cleanup);
// process.on('SIGUSR1', cleanup);
// process.on('SIGUSR2', cleanup);
process.on('exit', cleanup);
process.on('SIGINT', cleanup);
process.on('SIGUSR1', cleanup);
process.on('SIGUSR2', cleanup);