diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 00:39:11 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 00:39:11 +0900 |
| commit | 1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5 (patch) | |
| tree | 6701b0b62b4c0032360eb84d912665c37d724671 /src | |
| parent | Merge branch 'master' of aya.github:syuilo/misskey (diff) | |
| download | sharkey-1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5.tar.gz sharkey-1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5.tar.bz2 sharkey-1fc9d034d0c451ac6c5ae2207f911cc6d55f2aa5.zip | |
Update log message
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
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(); }); |