mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Update log message
This commit is contained in:
parent
0b99420d44
commit
9cf9d341b3
@ -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 New Issue
Block a user