fix: 热重载问题

This commit is contained in:
手瓜一十雪
2024-05-20 17:47:13 +08:00
parent 36cdca5a3e
commit 95112d6bdf
2 changed files with 31 additions and 41 deletions

View File

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