fix: stop express

This commit is contained in:
手瓜一十雪
2024-05-20 17:56:36 +08:00
parent bbabb32d13
commit 4834b203a0

View File

@@ -69,7 +69,7 @@ export abstract class HttpServerBase {
// httpServerError = ""
if (this.server) {
this.server.close();
// this.server = null;
this.server = null;
}
}