fix config build error, better logging in game server

This commit is contained in:
Evan
2024-12-17 14:30:16 -08:00
committed by evanpelle
parent aff674ebaf
commit d99b60b477
4 changed files with 41 additions and 14 deletions
+1 -1
View File
@@ -42,6 +42,6 @@ export async function archive(gameRecord: GameRecord) {
});
}
} catch (error) {
console.log(`error archiving game record: ${error}`)
console.error(`error archiving game record: ${error}`)
}
}