From: Benjamin Auder <benjamin.auder@somewhere>
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/doc/html/scripts/%7B%7B%20asset%28%27mixstore/images/favicon.png%27%29%20%7D%7D?a=commitdiff_plain;h=49dc04f91386f8af97994b9f8734a0cde9b3d4b0;p=vchess.git

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)