summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-03-03 10:57:17 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-03-03 10:57:17 +0900
commitb65f265c55822891836a02eaea8ee343eacd6e8e (patch)
tree4763dafcd6934be6c0efdda13f08b77925e875cf /src
parent10.91.1 (diff)
downloadmisskey-b65f265c55822891836a02eaea8ee343eacd6e8e.tar.gz
misskey-b65f265c55822891836a02eaea8ee343eacd6e8e.tar.bz2
misskey-b65f265c55822891836a02eaea8ee343eacd6e8e.zip
Update logs
Diffstat (limited to 'src')
-rw-r--r--src/index.ts9
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.');
}
/**