Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leque committed Dec 24, 2021
1 parent d780e18 commit 068b49e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,7 @@ let error_log_environment suspended =
]

| Lexer.LexError(rng, s) ->
report_error Lexer [
NormalLine("at " ^ (Range.to_string rng) ^ ":");
report_error ~rng Lexer [
NormalLine(s);
]

Expand Down

0 comments on commit 068b49e

Please sign in to comment.