-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maxBuffer isn't working #130
Comments
Could you share some code? |
I'm just adding when I |
I have a similar problem when running Jest with execa. The output is abruptly truncated. For example,
Then
|
|
What Node.js version are you on? Can you try latest Node.js 8 version and see if the problem is still there? |
I'm using node 9.x.x. |
I have similiar issue with |
Yup, I'm on 9.6.1. Maybe this was recently introduced. |
@oknoorap Have you found a workaround? |
@milesj not yet 😄 |
I created a node issue as this seems to be happening with any child process. nodejs/node#19218 |
👍 okay, I'll watch your issue.. |
I had this issue as well (also occurred with Got a hint from this Jest pull request on that: jestjs/jest#5313 |
Closing as this is an issue with Node.js, not Execa. |
I've set maxBuffer as option and it seems not working when buffering large output.
The text was updated successfully, but these errors were encountered: