Fix wrong message

This commit is contained in:
syuilo 2016-12-29 20:58:36 +09:00
parent 2256252d53
commit bdf4d528eb
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {