mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 05:39:00 +02: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());
|
cols.push(path.into_string());
|
||||||
vals.push(value);
|
vals.push(value);
|
||||||
}
|
}
|
||||||
Err(error) => {
|
Err(_) => {
|
||||||
cols.push(path.into_string());
|
cols.push(path.into_string());
|
||||||
vals.push(Value::Error { error });
|
vals.push(Value::Nothing { span });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user