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