mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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…
Add table
Reference in a new issue