diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-30 01:12:49 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-30 01:12:49 +0900 |
| commit | d6198973e25ff3171c429414ef6cff373e12ed75 (patch) | |
| tree | 05f8b02dee1d6fca57f1fb67cc00cfdd6238cc51 | |
| parent | Update README.md (diff) | |
| download | misskey-d6198973e25ff3171c429414ef6cff373e12ed75.tar.gz misskey-d6198973e25ff3171c429414ef6cff373e12ed75.tar.bz2 misskey-d6198973e25ff3171c429414ef6cff373e12ed75.zip | |
Update log message
| -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 eccc9f586c..85833baefa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -223,5 +223,5 @@ function spawn(callback: any): void { // Dying away... process.on('exit', () => { - Logger.info('Misskey is going down'); + Logger.info('The process is going exit'); }); |