[PRISM] Use only bundled error formatting

This commit is contained in:
Kevin Newton 2024-05-24 13:05:35 -04:00
Родитель ba336027be
Коммит 47b723f890
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0EAD74C79EC73F26
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9622,7 +9622,7 @@ pm_parse_process_error(const pm_parse_result_t *result)
);
if (valid_utf8) {
pm_parser_errors_format(parser, &parser->error_list, &buffer, rb_stderr_tty_p(), true);
pm_parse_errors_format(parser, &parser->error_list, &buffer, rb_stderr_tty_p(), true);
}
else {
for (const pm_diagnostic_t *error = head; error != NULL; error = (const pm_diagnostic_t *) error->node.next) {