Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.
This repository was archived by the owner on May 5, 2022. It is now read-only.

fails to read large files #6

Description

@graphicsxp

The plugin fails to read large file (mine is 3Mb of minified javascript which contains over 3 million characters on a single line).
This is because it uses the standard reader. I guess the buffer gets filled.

In the end, the new file is created but it is smaller than the original (truncated)

Any chance this could be done using asynchronous reader ?

Problem is explained there : https://stackoverflow.com/questions/139593/processstartinfo-hanging-on-waitforexit-why

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions