Skip to content

Commit 60162ff

Browse files
committed
Track compile errors
Fixes #481
1 parent dd35b0f commit 60162ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/syntax_tree/parser.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,7 @@ def on_parse_error(error, *)
28712871
alias on_assign_error on_parse_error
28722872
alias on_class_name_error on_parse_error
28732873
alias on_param_error on_parse_error
2874+
alias compile_error on_parse_error
28742875

28752876
# :call-seq:
28762877
# on_period: (String value) -> Period

0 commit comments

Comments
 (0)