Report output is interlaced with package outputs if a command fails with `collect-logs` flag
Open
- Dominant language
- TypeScript
- Stars
- 512
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
This is what I am running:
```
wsrun -ml --report foo
```
If at least one of the `foo` jobs exit with nonzero, this is what the console output looks like:
```
package A output
report
package B output
package C output
```
This is what I expected:
```
package A output
package B output
package C output
report
```
The report placement is fine when all jobs exit with zero, and it is also fine when `collect-logs` flag is not present.
---
Environment:
* yarn 1.22.10
* npm 6.9.3
* node 12.0.0
* wsrun 5.2.4
* vscode integrated terminal running powershell on windows 10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.