No synchronization between writing stdout and writing "exit status" and end time message
Open
bug
- Dominant language
- Go
- Stars
- 201
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
The exit status and end time often get interleaved with the writing of stdout/stderr.
Instead, we should write stdout and stderr in our own go routine, wait for it to finish, and only then write these trailing messages.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.