-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
Currently, there's a number of issues with how we're handling stderr and stdout.
- If nothing is passed to
stdout, it will hang eternally stderrcontents are inaccessible via queries
To solve this, let's implement the following:
- Add
*ByErrorMessagequeries- Add in
_stderrinternally, like_stdout
- Add in
- Remove
stdstrentirely - Remove
toThrowbehavior whenstderris ran at first