Update log message

This commit is contained in:
Aya Morisawa 2018-07-14 00:39:11 +09:00
parent 0b99420d44
commit 9cf9d341b3

View file

@ -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();
});