From 32a0cd4b131c31c73e42ec6e5604eef5cae206ec Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 3 Feb 2019 14:05:01 +0900 Subject: [PATCH] Display Misskey logo when misskey launched :art: --- src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.ts b/src/index.ts index f4828ab8d..d023ed58d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -72,6 +72,12 @@ function main() { async function masterMain() { let config: Config; + console.log(' _____ _ _ '); + console.log('| |_|___ ___| |_ ___ _ _ '); + console.log('| | | | |_ -|_ -| \'_| -_| | |'); + console.log('|_|_|_|_|___|___|_,_|___|_ |'); + console.log(' |___|\n'); + bootLogger.info('Welcome to Misskey!'); bootLogger.info(`Misskey v${pkg.version}`, true);