environments icon indicating copy to clipboard operation
environments copied to clipboard

binary-env: Waiting for WaitGroup before cmd is released

Open jaynis opened this issue 9 months ago • 0 comments

I added a wg.Wait() to assure all pipes are read before they are released by cmd.Wait() (see here). Since all the other WaitGroup logic is already there I assume this simply has been missed.

fixes #339

jaynis avatar May 17 '24 14:05 jaynis