summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-14 00:41:33 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-14 00:41:33 +0900
commit28cd7a67de78d6b29db36f380a5e26d2074de2d5 (patch)
tree264d2c518da2d6a301ff128fc3a64abedb2f5621
parentMerge branch 'master' of aya.github:syuilo/misskey (diff)
downloadsharkey-28cd7a67de78d6b29db36f380a5e26d2074de2d5.tar.gz
sharkey-28cd7a67de78d6b29db36f380a5e26d2074de2d5.tar.bz2
sharkey-28cd7a67de78d6b29db36f380a5e26d2074de2d5.zip
Update log message
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 1b7acce2aa..14a74896c2 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();
});