From 03cfb4fc8d90781ac4f735e4e9f8c748666ed0b8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 8 Mar 2019 13:03:17 +0900 Subject: [PATCH] :art: --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c6ac7b1756..0df38b5966 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,7 +73,7 @@ function greet() { console.log(chalk.keyword('orange')(' If you like Misskey, please donate to support development. https://www.patreon.com/syuilo')); console.log(''); - console.log(chalk`<${os.hostname()} {gray (PID: ${process.pid.toString()})}>`); + console.log(chalk`< ${os.hostname()} {gray (PID: ${process.pid.toString()})} >`); } bootLogger.info('Welcome to Misskey!');