Skip to content
Snippets Groups Projects
Commit 1f496954 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Update log message

parent d12d201e
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,7 @@ async function masterMain() {
spawnWorkers(() => {
Logger.succ('All workers started');
Logger.info(`Now listening on port ${config.port}`);
Logger.info(`URL is ${config.url}`);
Logger.info(`Now listening on port ${config.port} on ${config.url}`);
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment