mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Excise use of parser_t's error() functionality. Thread a
parse_error_list_t through all of the expand functions, enabling them to report errors more directly. Improve aspects of error reporting for expansion failures.
This commit is contained in:
@@ -997,7 +997,7 @@ static int expand_test(const wchar_t *in, int flags, ...)
|
||||
int res=1;
|
||||
wchar_t *arg;
|
||||
|
||||
if (expand_string(in, output, flags))
|
||||
if (expand_string(in, output, flags, NULL))
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user