Better log
This commit is contained in:
parent
afa85c4f57
commit
927fcb9e4d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ async function masterMain() {
|
|||
}
|
||||
|
||||
spawnWorkers(() => {
|
||||
Logger.info(chalk.bold.green(`Now listening on port ${config.port}`));
|
||||
Logger.info(chalk.bold.green(`Now listening on port ${chalk.underline(config.port.toString())}`));
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue