You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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