This commit is contained in:
syuilo 2019-03-08 13:03:17 +09:00
parent 144345a359
commit 03cfb4fc8d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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!');