You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps this issue is related to #2935 , however #2938 does not fix it.
If you have Print <-- Current Pitch and concatenate a text string, the program fails completely.
Interestingly, the issue only occurs with the Print <-- Current Pitch block is inside of a note. Outside of a note, it works.
Uncaught TypeError: Cannot read property 'toString' of undefined
at Function.doPlus (mathutils.js:160)
at PlusBlock.arg (NumberBlocks.js:710)
at Logo.parseArg (logo.js:833)
at Logo.runFromBlockNow (logo.js:1546)
at logo.js:1504
I think this issue still persists. I have a possible fix (#2946) for this but was waiting for confirmation on my earlier comment.
Please review the patch @walterbender.
Thanks.
Perhaps this issue is related to #2935 , however #2938 does not fix it.
If you have Print <-- Current Pitch and concatenate a text string, the program fails completely.
Interestingly, the issue only occurs with the Print <-- Current Pitch block is inside of a note. Outside of a note, it works.
Test File
Concat-broken.html.zip
The text was updated successfully, but these errors were encountered: