Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's not clear what was happening but it seemed like we sometimes weren't fully writing to our stdout buffer (which is used for the error message) even though we had returned from cmd.Wait(). Not sure what the cause was but removing an unnecessary goroutine fixed it.
- Loading branch information