diff options
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 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'); }); |