Skip to content

Conversation

@sergeimikhailov
Copy link

Fixes #44

{env, options} was previously incorrectly expanding to "options: {options: {maxBuffer: ...}}" when being passed to child.process.exec()

now it's passed correctly as "options: {maxBuffer: ...}"

maxBuffer is still not "infinity" but at least it is being passed correctly now and works for much bigger files
solving "stdout maxBuffer exceeded" issue

Fixes danielgtaylor#44

{env, options} was previously incorrectly expanding to "options: {options: {maxBuffer: ...}}" when being passed to child.process.exec()

now it's passed correctly as "options: {maxBuffer: ...}"

maxBuffer is still not "infinity" but at least it is being passed correctly now and works for much bigger files
solving "stdout maxBuffer exceeded" issue
@flogr
Copy link

flogr commented Feb 22, 2018

@danielgtaylor can this be merged anytime soon? This would solve issues with previewing larger apiblueprints which is not possible at the moment.

@sans-github
Copy link

@danielgtaylor can this be merged anytime soon? This would solve issues with previewing larger apiblueprints which is not possible at the moment.

Yes please. Been anxiously looking forward to the resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants