diff --git a/commands/drawDesign.cjs b/commands/drawDesign.cjs index 648aa70..c511beb 100644 --- a/commands/drawDesign.cjs +++ b/commands/drawDesign.cjs @@ -226,7 +226,7 @@ function charIterate(input) { charIterateState = 0; } } - console.log(charIterateState, input.charAt(charIterateState)); + console.log(charIterateState, fixedCharAt(input, charIterateState)); return charIterateState; }