Skip to content

The all stream and stderr: 'inherit' #344

Closed
@novemberborn

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions