Missing semicolon is a warning
This commit is contained in:
parent
cbfb690a2e
commit
9b993ee9c2
1 changed files with 1 additions and 2 deletions
|
|
@ -143,8 +143,7 @@ oop.inherits(JavaScriptWorker, Mirror);
|
|||
if (maxErrorLevel == "error" && str && /[\w\d{(['"]/.test(str)) {
|
||||
error.reason = 'Missing ";" before statement';
|
||||
type = "error";
|
||||
} else
|
||||
type = "info";
|
||||
}
|
||||
}
|
||||
else if (disabledWarningsRe.test(raw)) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue