Some more traces... (fix typo)
[vchess.git] / client / src / components / BaseGame.vue
index 228d9c4..9878039 100644 (file)
@@ -490,6 +490,7 @@ export default {
         let self = this;
         const initurn = this.vr.turn;
         (function executeMove() {
+console.log("execute move " + move.length);
           const smove = move[moveIdx++];
           // NOTE: condition "smove.start.x >= 0" required for Dynamo,
           // because second move may be empty.