fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-05 23:35:55 +00:00
parent a2392644b1
commit 29f4529dd8

View File

@ -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();
}
}
}