From: Benjamin Auder Date: Mon, 6 Apr 2020 11:40:04 +0000 (+0200) Subject: Add small debug trace to try to understand why moves received while analyze aren... X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=49dc04f91386f8af97994b9f8734a0cde9b3d4b0 Add small debug trace to try to understand why moves received while analyze aren't shown --- diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index ccf9d734..dc15413f 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -522,6 +522,9 @@ export default { }; const afterMove = (smove, initurn) => { if (this.vr.turn != initurn) { + +console.log(smove); + // Turn has changed: move is complete if (!smove.fen) // NOTE: only FEN of last sub-move is required (=> setting it here)