mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Fix wrong message
This commit is contained in:
parent
fbdcb31017
commit
102350a6e3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ async function master(): Promise<void> {
|
|||
|
||||
// Spawn workers
|
||||
spawn(() => {
|
||||
console.log(chalk.bold.green(`\nMisskey Core is now running. [port:${config.port}]`));
|
||||
console.log(chalk.bold.green(`\nMisskey is now running. [port:${config.port}]`));
|
||||
|
||||
// Listen new workers
|
||||
cluster.on('fork', worker => {
|
||||
|
|
Loading…
Reference in a new issue