forked from FoundKeyGang/FoundKey
Update log message
This commit is contained in:
parent
d12d201ef4
commit
1f4969547b
1 changed files with 1 additions and 2 deletions
|
@ -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}`);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue