From d6198973e25ff3171c429414ef6cff373e12ed75 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Fri, 30 Dec 2016 01:12:49 +0900 Subject: [PATCH] Update log message --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });