Merge 51b233d8d1 into 76d19b60ad
This commit is contained in:
commit
72a0d0321c
|
|
@ -497,7 +497,7 @@ function tokenizer($TEXT, filename, html5_comments, shebang) {
|
||||||
try {
|
try {
|
||||||
return token("regexp", new RegExp(regexp, mods));
|
return token("regexp", new RegExp(regexp, mods));
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
parse_error(e.message);
|
parse_error("SyntaxError: " + e.message);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user