diff --git a/src/index.ts b/src/index.ts index eccc9f586..85833baef 100644 --- a/src/index.ts +++ b/src/index.ts @@ -223,5 +223,5 @@ function spawn(callback: any): void { // Dying away... process.on('exit', () => { - Logger.info('Misskey is going down'); + Logger.info('The process is going exit'); });