mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Better log
This commit is contained in:
parent
753f0dbe19
commit
2d86a53487
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