You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
fix(stdio): drain stdio before process.exit (#244)
`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.
0 commit comments