diff --git a/src/common/server/http.ts b/src/common/server/http.ts index 6cf39730..72dea6ae 100644 --- a/src/common/server/http.ts +++ b/src/common/server/http.ts @@ -69,7 +69,7 @@ export abstract class HttpServerBase { // httpServerError = "" if (this.server) { this.server.close(); - // this.server = null; + this.server = null; } }