diff --git a/src/index.ts b/src/index.ts index f70ab6a2b..21bc19501 100644 --- a/src/index.ts +++ b/src/index.ts @@ -220,5 +220,5 @@ function spawn(callback: any): void { // Dying away... process.on('exit', () => { - log('Info', 'Bye.'); + log('Info', 'Misskey is going down'); });