What is the semicolumn in the console? #5237
Replies: 1 comment
-
Posted at 2016-04-06 by DrAzzy Mismatched parens/braces? I think that's the prompt it shows when a function/etc has been continued onto the next line because there's an open paren/etc? Posted at 2016-04-06 by @gfwilliams Try How are you loading code up? If you're using the right-hand side and clicking 'upload' then it shouldn't happen. The So if you type:
Then you get back to But if you type the following:
Then you have one open bracket and you get the To end the function, just add a closing bracket and hit enter:
Of course if that doesn't work, it might be because you have more than one open bracket :) Posted at 2016-04-06 by DrAzzy Note that if you're sending code from the right hand side of the IDE, instead of copy/pasting into the left side, the minifier will complain if you have missing braces or other syntax errors. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-04-06 by ceremcem
Hi,
Sometimes, when I load the code to esp8266, there is ":" prompt waiting for input and nothing (like
Enter
) cancels it.What is that?
Beta Was this translation helpful? Give feedback.
All reactions