Fix wrong message
This commit is contained in:
parent
2256252d53
commit
bdf4d528eb
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