mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Update the backtrace call to pass a block index instead of a block,
fixing the build
This commit is contained in:
@@ -3380,7 +3380,7 @@ void parser_t::get_backtrace(const wcstring &src, const parse_error_list_t &erro
|
||||
output->append(err.describe(src, skip_caret));
|
||||
output->push_back(L'\n');
|
||||
|
||||
this->stack_trace(current_block, *output);
|
||||
this->stack_trace(0, *output);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user