mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
parent
f85ec782a0
commit
649c3f262d
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ parse_execution_result_t parse_execution_context_t::report_error(const parse_nod
|
|||
|
||||
parse_execution_result_t parse_execution_context_t::report_errors(const parse_error_list_t &error_list) const
|
||||
{
|
||||
if (parser->show_errors)
|
||||
if (parser->show_errors && ! parser->cancellation_requested)
|
||||
{
|
||||
if (error_list.empty())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue