diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-08 13:03:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-08 13:03:17 +0900 |
| commit | 03cfb4fc8d90781ac4f735e4e9f8c748666ed0b8 (patch) | |
| tree | d8b3b38bbe6b3425b58fca70a632187150273c7e /src | |
| parent | Enable lifo job (diff) | |
| download | sharkey-03cfb4fc8d90781ac4f735e4e9f8c748666ed0b8.tar.gz sharkey-03cfb4fc8d90781ac4f735e4e9f8c748666ed0b8.tar.bz2 sharkey-03cfb4fc8d90781ac4f735e4e9f8c748666ed0b8.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index c6ac7b1756..0df38b5966 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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!'); |