refactor: stderr handling in handle_exec #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main_unbound_output"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#16
@ -97,1 +98,3 @@Ok(l) => lines.push(l),Ok(l) => {let _ = writeln!(w, "OUTPUT:{}", l);let _ = w.flush();Check for race conditions between stderr and stdout writings.
6235ebd4e0ca266b9a01