Skip to content

Rollup shouldn't close stdout or subsequent writes will fail. #4995

@mlstich

Description

@mlstich

Expected Behavior / Situation

The expected behaviour is the one before #4983 - not to close stdout with process.stdout.end(). Subsequent writes to stdout (through node) will continue to be successful.

Actual Behavior / Situation

With #4983 / Rollup v3.21.6, stdout is closed. Subsequent writes to stdout will fail.

Our specific case:

Modification Proposal

Roll back the change in #4983 (and solve it differently, without affecting the node process beyond Rollup).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions