forked from extern/nushell
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> {
|
||||
let span = call.head;
|
||||
|
||||
|
||||
Ok(input.flat_map(span, move |x| split_chars_helper(&x, span)))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user