Do some str collect cleanup (#312)

This commit is contained in:
JT
2021-11-09 17:46:26 +13:00
committed by GitHub
parent 47628946b6
commit 34617fabd9
12 changed files with 89 additions and 72 deletions

View File

@ -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(());
}
}