We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In run.spec.ts if the output of an exec call is more than 16KB, the write blocks, due to the highwaterMark of the MockStream.
run.spec.ts
exec
MockStream
The text was updated successfully, but these errors were encountered:
ast
-a/--ast
Handle large outputs from exec. Fixes peggyjs#287.
a8f96d9
766c6a8
hildjj
Successfully merging a pull request may close this issue.
In
run.spec.ts
if the output of anexec
call is more than 16KB, the write blocks, due to the highwaterMark of theMockStream
.The text was updated successfully, but these errors were encountered: