mirror of
https://github.com/nushell/nushell.git
synced 2025-01-16 11:19:01 +01:00
Update chars.rs
This commit is contained in:
parent
0b35905ce9
commit
ecee5a9845
@ -64,7 +64,6 @@ impl Command for SubCommand {
|
|||||||
fn split_chars(call: &Call, input: Value) -> Result<nu_protocol::Value, nu_protocol::ShellError> {
|
fn split_chars(call: &Call, input: Value) -> Result<nu_protocol::Value, nu_protocol::ShellError> {
|
||||||
let span = call.head;
|
let span = call.head;
|
||||||
|
|
||||||
|
|
||||||
Ok(input.flat_map(span, move |x| split_chars_helper(&x, span)))
|
Ok(input.flat_map(span, move |x| split_chars_helper(&x, span)))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user