fix(core): update
This commit is contained in:
		@@ -15,7 +15,9 @@ export const createTestServer = async (handlerArg: { new(envHandler: plugins.agS
 | 
				
			|||||||
      return this.qenv.getEnvVarOnDemand(nameArg);
 | 
					      return this.qenv.getEnvVarOnDemand(nameArg);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  handler = new handlerArg(new AgEnvironement())
 | 
					  handler = new handlerArg(new AgEnvironement());
 | 
				
			||||||
 | 
					  console.log(`now checking requirements for handler with slug ${handler.slug}...`);
 | 
				
			||||||
 | 
					  await handler.checkRequirements();
 | 
				
			||||||
  testServer = new AgTestServer(handler);
 | 
					  testServer = new AgTestServer(handler);
 | 
				
			||||||
  await testServer.start();
 | 
					  await testServer.start();
 | 
				
			||||||
  return testServer;
 | 
					  return testServer;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user