diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 00:41:33 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-14 00:41:33 +0900 |
| commit | 28cd7a67de78d6b29db36f380a5e26d2074de2d5 (patch) | |
| tree | 264d2c518da2d6a301ff128fc3a64abedb2f5621 /src | |
| parent | Merge branch 'master' of aya.github:syuilo/misskey (diff) | |
| download | sharkey-28cd7a67de78d6b29db36f380a5e26d2074de2d5.tar.gz sharkey-28cd7a67de78d6b29db36f380a5e26d2074de2d5.tar.bz2 sharkey-28cd7a67de78d6b29db36f380a5e26d2074de2d5.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 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(); }); |