mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Update log message
This commit is contained in:
parent
99d4f059f3
commit
18b569df0b
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