mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: stop express
This commit is contained in:
@@ -69,7 +69,7 @@ export abstract class HttpServerBase {
|
||||
// httpServerError = ""
|
||||
if (this.server) {
|
||||
this.server.close();
|
||||
// this.server = null;
|
||||
this.server = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user