chore: log

This commit is contained in:
cha0s 2023-12-05 12:14:53 -06:00
parent 8c0cd4a4f6
commit a4b1e717fc

View File

@ -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);
});
};