From 009c9556a65f2c0514c51c5b0ec1b821a565fb4d Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 20:26:05 +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 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'); });