Add log stating how many hibernated games were found
This commit is contained in:
parent
07ad42280d
commit
31d19bfe2d
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ if (Validate.config(conf)) {
|
|||
.filter(g => g.endsWith(conf.datastores.filetype))
|
||||
.map(f => f.replace(`\.${conf.datastores.filetype}`, ``));
|
||||
|
||||
log.info(`Found ${hibernatedGames.length} hibernated games`);
|
||||
process.on(`uncaughtException`, processExit);
|
||||
process.on(`SIGINT`, processExit);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue