Skip to content

createWriteStream from node-graceful-fs causes a memory leak #248

Description

@krystianfowler

Tested on node v20.9.0

Using createWriteStream from graceful-fs will causes a memory leak. This was found while using the node-fs-extra@11.2.0 package which calls node-graceful-fs directly.

Replacing the graceful-fs createWriteStream with the node native fs.createWriteStream solves the issue.

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