mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 14:42:48 +00:00
fix config build error, better logging in game server
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user