executor: Fix too many open files
Created by: efritz
It is necessary to call cmd.Wait
to release pipe resources used internally by stdout/err reader goroutines.
Created by: efritz
It is necessary to call cmd.Wait
to release pipe resources used internally by stdout/err reader goroutines.