fix(core): update
This commit is contained in:
		@@ -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();
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user