From bdf4d528ebb72423689accbd2a54544dbd7b6f1c Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 29 Dec 2016 20:58:36 +0900 Subject: [PATCH] Fix wrong message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b6f18b8d2..d03eab724 100644 --- a/src/index.ts +++ b/src/index.ts @@ -85,7 +85,7 @@ async function master(): Promise { // 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 => {