Skip to content
Snippets Groups Projects
Unverified Commit 03cfb4fc authored by syuilo's avatar syuilo
Browse files

🎨

parent 144345a3
No related branches found
No related tags found
No related merge requests found
......@@ -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!');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment