mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Update the backtrace call to pass a block index instead of a block,
fixing the build
This commit is contained in:
parent
ed70195c7e
commit
ebc8bd6ff5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue