Closed
Description
I'm using execa
to launch a child process that logs JSON to stdout
. Each of these lines are parsed and consumed.
I've set buffer
to false
. I'm inheriting stderr
since I do not need to parse it.
I now need to fully consume both stdout
, which is fair enough, and all
, even though it only contains the data from stdout
which I've already consumed.
Is there a way of opting out of using all
?
Metadata
Metadata
Assignees
Labels
No labels
Activity