mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
Update log message
This commit is contained in:
parent
6d79fafe05
commit
009c9556a6
1 changed files with 1 additions and 1 deletions
|
@ -220,5 +220,5 @@ function spawn(callback: any): void {
|
||||||
|
|
||||||
// Dying away...
|
// Dying away...
|
||||||
process.on('exit', () => {
|
process.on('exit', () => {
|
||||||
log('Info', 'Bye.');
|
log('Info', 'Misskey is going down');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue