Add writing centers to file
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user