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