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
switch(1) {
case 'a': console.log('..');
}```
Gives this error:
>> Error: Unexpected token: punc ({) (line: 0, col: 19, pos: 19)
Obviously, this is not real code. It was taken from a bigger file but I've tried to isolate the problem. Thanks!
The text was updated successfully, but these errors were encountered:
This:
The text was updated successfully, but these errors were encountered: