From 034aad2624f9b17f2666002e6a0ebf3a8b240dd8 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'); });