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
An empty while statement crashes with the completely useless "Something's wrong with the HTML but we're not sure what" message in the webpage environment. The PJS environment crashes too, but it at least gives a line number and an explanation.
To Reproduce:
vari=10;while(--i);
Expected Behavior:
It should just work. This is valid Javascript. Or if the more "standard" syntax is desired, it should give a line number pointing to the problem.
The text was updated successfully, but these errors were encountered:
An empty while statement crashes with the completely useless "Something's wrong with the HTML but we're not sure what" message in the webpage environment. The PJS environment crashes too, but it at least gives a line number and an explanation.
To Reproduce:
Expected Behavior:
It should just work. This is valid Javascript. Or if the more "standard" syntax is desired, it should give a line number pointing to the problem.
The text was updated successfully, but these errors were encountered: