Skip to content

Commit

Permalink
Test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 25, 2024
1 parent e2abdec commit b255d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -7736,7 +7736,7 @@ append_error_message(struct parser_params *p, rb_parser_errors_t *errors, VALUE
for (long i = 0; i < errors->errors->len; i++) {
rb_parser_error_t *error = errors->errors->data[i];

// append_error_message_to_str(p, str, fn, error);
append_error_message_to_str(p, str, fn, error);
if (error->lastline) {
// ruby_show_error_line(p, Qtrue, str, &error->loc, error->lineno, error->lastline);
}
Expand Down

0 comments on commit b255d23

Please sign in to comment.