print mem usage

This commit is contained in:
Zutatensuppe 2020-12-13 14:46:11 +01:00
parent 5d76edafaf
commit 6b1c3fb085
2 changed files with 11 additions and 0 deletions

View file

@ -73,6 +73,7 @@ function persistChangedGames() {
puzzle: game.puzzle,
players: game.players,
}))
console.info(`[INFO] persisted game ${game.id}`)
}
}
}