Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stdio): drain stdio before process.exit
`process.exit()` may not flush stdio, which in turn can lead to the loss of output. See nodejs/node#6456. This issue manifests with `max-failures should work` test being flaky, where we examine large output and it is sometimes truncated.
- Loading branch information