diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-03 14:05:01 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-03 14:05:01 +0900 |
| commit | 32a0cd4b131c31c73e42ec6e5604eef5cae206ec (patch) | |
| tree | 87aa4aaca1430ef056ac37e7efb30a8f9214385b /src | |
| parent | More logs (diff) | |
| download | sharkey-32a0cd4b131c31c73e42ec6e5604eef5cae206ec.tar.gz sharkey-32a0cd4b131c31c73e42ec6e5604eef5cae206ec.tar.bz2 sharkey-32a0cd4b131c31c73e42ec6e5604eef5cae206ec.zip | |
Display Misskey logo when misskey launched :art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts index f4828ab8d2..d023ed58da 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); |