Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errs out on switch statement #31

Open
jots opened this issue May 30, 2011 · 0 comments
Open

errs out on switch statement #31

jots opened this issue May 30, 2011 · 0 comments

Comments

@jots
Copy link

jots commented May 30, 2011

function a(topic) {
switch (topic) {
case 'a':
console.log(topic);
break;
}
}

Error at position: [ 1, 15 ] in plugin: undouble_brackets
function a(topic) {
^
TypeError: Cannot read property 'rbracket' of null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant