mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Update log message
This commit is contained in:
parent
fd8c59314d
commit
54047d88d8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ async function master(): Promise<void> {
|
|||
|
||||
// Spawn workers
|
||||
spawn(() => {
|
||||
console.log(chalk.bold.green(`\nMisskey is now running. [port:${config.port}]`));
|
||||
Logger.info(chalk.bold.green(`Now listening on port ${config.port}`));
|
||||
|
||||
// Listen new workers
|
||||
cluster.on('fork', worker => {
|
||||
|
|
Loading…
Reference in a new issue