diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index c3cbd8e..4b06ad7 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -220,7 +220,7 @@ function charIterate(input) { } else { charIterateState = 0; } - console.log(charIterateState, input.charAt(charIterate)); + console.log(charIterateState, input.charAt(charIterateState)); return charIterateState; }