From 28cd7a67de78d6b29db36f380a5e26d2074de2d5 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Sat, 14 Jul 2018 00:41:33 +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 1b7acce2a..14a74896c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -190,7 +190,7 @@ process.on('uncaughtException', err => { // Dying away... process.on('exit', code => { - Logger.info(`The process is going exit with code ${code}`); + Logger.info(`The process is going to exit with code ${code}`); db.close(); });