mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Update log message
This commit is contained in:
parent
0b99420d44
commit
9cf9d341b3
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ process.on('uncaughtException', err => {
|
|||
|
||||
// Dying away...
|
||||
process.on('exit', code => {
|
||||
Logger.info(`The process is going exit (${code})`);
|
||||
Logger.info(`The process is going exit with code ${code}`);
|
||||
|
||||
db.close();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue