forked from extern/nushell
Do some str collect cleanup (#312)
This commit is contained in:
@ -111,7 +111,7 @@ impl ExternalCommand {
|
||||
}
|
||||
}
|
||||
x => {
|
||||
if stdin_write.write(x.into_string().as_bytes()).is_err() {
|
||||
if stdin_write.write(x.into_string(", ").as_bytes()).is_err() {
|
||||
return Err(());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user