Add writing centers to file
This commit is contained in:
@@ -25,6 +25,7 @@ let httpServer: HttpServer = new HttpServer(clientManager, centerManager);
|
|||||||
function cleanup(): void {
|
function cleanup(): void {
|
||||||
logger.log1("Cleaning up...");
|
logger.log1("Cleaning up...");
|
||||||
clientManager.cleanup();
|
clientManager.cleanup();
|
||||||
|
centerManager.cleanup();
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user