Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensures errors in stdoutEqual callback are logged
Since stdout is redirected while the callback is executed, any errors the callback throws are suppressed and never logged. This unhooks `process.stdout.write` after catching an error in `callback()` and re-throws it so it will be logged.
- Loading branch information