Update log message
This commit is contained in:
parent
658e95f1ec
commit
d6198973e2
1 changed files with 1 additions and 1 deletions
|
@ -223,5 +223,5 @@ function spawn(callback: any): void {
|
||||||
|
|
||||||
// Dying away...
|
// Dying away...
|
||||||
process.on('exit', () => {
|
process.on('exit', () => {
|
||||||
Logger.info('Misskey is going down');
|
Logger.info('The process is going exit');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue