mirror of
https://github.com/nushell/nushell.git
synced 2024-11-13 20:14:47 +01:00
Change select
to match 0.44 (#4792)
This commit is contained in:
parent
fac086c826
commit
e0fac7bc72
@ -147,9 +147,9 @@ fn select(
|
||||
cols.push(path.into_string());
|
||||
vals.push(value);
|
||||
}
|
||||
Err(error) => {
|
||||
Err(_) => {
|
||||
cols.push(path.into_string());
|
||||
vals.push(Value::Error { error });
|
||||
vals.push(Value::Nothing { span });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user