mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user