diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index 28b945f..0379591 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -215,6 +215,7 @@ function charIterate(input) { if (charIterateState == undefined) { charIterateState = 0; } + console.log(charIterateState, input.charAt(charIterate)); if (charIterateState < input.length) { charIterateState++; } else {