Skip to content

Commit

Permalink
Compiler: js-parser: missing semi for debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 12, 2023
1 parent 2ad9cf2 commit dbc48ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lib/js_parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ finally:
| T_FINALLY b=block { b }

debugger_stmt:
| T_DEBUGGER { Debugger_statement }
| T_DEBUGGER sc { Debugger_statement }

(*----------------------------*)
(* auxillary stmts *)
Expand Down

0 comments on commit dbc48ea

Please sign in to comment.