diff --git a/server/src/main.ts b/server/src/main.ts index 3f0aad2..22eb409 100644 --- a/server/src/main.ts +++ b/server/src/main.ts @@ -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); };