mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 22:59:52 +02:00
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