Interpreter(): "JavascriptError: TypeError: obj is null" when running print() with end="" #2385
Unanswered
findersjeepers
asked this question in
Q&A
Replies: 1 comment
-
Thanks for reporting this, it's a bug and I fixed it in commit 84fb47b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was surprised that of all the things that could have possibly gone awry with my attempts to experiment with the Interpreter, it was a print() command that caused an issue, at least according to the error in the console. Apparently it does not like
end=""
. As a Not Programmer, I don't know why this is the case; might anyone here know the reason, or how I ought to get around it?Beta Was this translation helpful? Give feedback.
All reactions