fix(core): update
This commit is contained in:
parent
a2392644b1
commit
29f4529dd8
@ -36,8 +36,8 @@ export class AgTestServer {
|
|||||||
if (this.server) {
|
if (this.server) {
|
||||||
const previousServer = this.server;
|
const previousServer = this.server;
|
||||||
this.server = null;
|
this.server = null;
|
||||||
await this.server.startedPromise;
|
await previousServer.startedPromise;
|
||||||
await this.server.stop();
|
await previousServer.stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user