Skip to content
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

doc,test: fix default maxBuffer size #22894

Closed
wants to merge 3 commits into from

Commits on Apr 3, 2019

  1. doc: fix default maxBuffer size

    Correctly document the default maxBuffer size for execSync,
    execFileSync, and spawnSync. It is 200 * 1024, not Infinity.
    Add tests to verify behaviour is as documented.
    koh110 authored and sam-github committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    34d937d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f605ba9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a0521 View commit details
    Browse the repository at this point in the history