mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -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(() => {
|
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