summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-14 00:39:11 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-14 00:39:11 +0900
commit1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5 (patch)
tree6701b0b62b4c0032360eb84d912665c37d724671 /src
parentMerge branch 'master' of aya.github:syuilo/misskey (diff)
downloadsharkey-1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5.tar.gz
sharkey-1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5.tar.bz2
sharkey-1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5.zip
Update log message
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 879e5ceee1..1b7acce2aa 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 (${code})`);
+ Logger.info(`The process is going exit with code ${code}`);
db.close();
});