Allow the metro to exit if this is the only active server in the event loop system

remotes/origin/dgaubert/ch78384/maps-api-replace-log4js-logger-by-pino
Daniel García Aubert 4 years ago
parent 3583e064be
commit 6f9580bae2

@ -115,4 +115,5 @@ http
res.writeHead(200, { 'Content-Type': register.contentType });
res.end(register.metrics());
})
.listen(port);
.listen(port)
.unref();

Loading…
Cancel
Save