diff options
Diffstat (limited to '')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index b8ff525ba7..0b568b5d44 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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())}`)); }); } |