Fix wrong message
This commit is contained in:
parent
2256252d53
commit
bdf4d528eb
|
@ -85,7 +85,7 @@ async function master(): Promise<void> {
|
||||||
|
|
||||||
// Spawn workers
|
// Spawn workers
|
||||||
spawn(() => {
|
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
|
// Listen new workers
|
||||||
cluster.on('fork', worker => {
|
cluster.on('fork', worker => {
|
||||||
|
|
Loading…
Reference in New Issue