actions fail invest: log fastify.closed
This commit is contained in:
parent
89d919e4a4
commit
2cc46fc331
|
@ -78,9 +78,9 @@ async function startControllerEndpoints(port = config.port + 1000) {
|
||||||
process.env = JSON.parse(originEnv);
|
process.env = JSON.parse(originEnv);
|
||||||
|
|
||||||
await serverService.dispose();
|
await serverService.dispose();
|
||||||
|
console.log('ServerService application closed.');
|
||||||
await app.close();
|
await app.close();
|
||||||
|
console.log('MainModule application closed.');
|
||||||
console.log('Nest application closed.');
|
|
||||||
|
|
||||||
await killTestServer();
|
await killTestServer();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue