diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-03 10:57:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-03 10:57:17 +0900 |
| commit | b65f265c55822891836a02eaea8ee343eacd6e8e (patch) | |
| tree | 4763dafcd6934be6c0efdda13f08b77925e875cf /src | |
| parent | 10.91.1 (diff) | |
| download | misskey-b65f265c55822891836a02eaea8ee343eacd6e8e.tar.gz misskey-b65f265c55822891836a02eaea8ee343eacd6e8e.tar.bz2 misskey-b65f265c55822891836a02eaea8ee343eacd6e8e.zip | |
Update logs
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/index.ts b/src/index.ts index 3206ee3d28..a4a15b339d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,13 +68,16 @@ function greet() { console.log(' |_|_|_|_|___|___|_,_|___|_ |'); console.log(' ' + chalk.gray(v) + (' |___|\n'.substr(v.length))); //#endregion - } - console.log(chalk`${os.hostname()} {gray (PID: ${process.pid.toString()})}`); + console.log(' Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.'); + 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()})}>`); + } bootLogger.info('Welcome to Misskey!'); bootLogger.info(`Misskey v${pkg.version}`, null, true); - bootLogger.info('Misskey is maintained by @syuilo, @AyaMorisawa, @mei23, and @acid-chicken.'); } /** |