Add writing centers to file

This commit is contained in:
David Majdandžić
2023-03-30 00:41:47 +02:00
parent 963afb446a
commit f21695d6e1

View File

@@ -25,6 +25,7 @@ let httpServer: HttpServer = new HttpServer(clientManager, centerManager);
function cleanup(): void {
logger.log1("Cleaning up...");
clientManager.cleanup();
centerManager.cleanup();
process.exit(0);
}