chore: log
This commit is contained in:
parent
8c0cd4a4f6
commit
a4b1e717fc
|
@ -137,6 +137,7 @@ export const createHttpServer = async (flecks) => {
|
|||
debug('HTTP server up @ %s!', [host, port].filter((e) => !!e).join(':'));
|
||||
resolve();
|
||||
});
|
||||
debug('httpServer.listen(...%O)', args.slice(0, -1));
|
||||
httpServer.listen(...args);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user