Skip to content

Commit

Permalink
set missing from
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Jan 31, 2022
1 parent 7a83c1f commit 4576fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@
// \ b

if (match('\\')) {
var res;
var res, from = pos;
if (res = parseClassCharacterEscapedHelper()) {
return res;
} else {
Expand Down

0 comments on commit 4576fb2

Please sign in to comment.