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: clarify child_process.execSync() env default #28776

Closed
wants to merge 3 commits into from

Commits on Jul 20, 2019

  1. doc: clarify child_process.execSync() env default

    child_process.execSync() env is not null like child_process.exec()
    because it uses spawnSync() under the hood.
    Clarification will help developers realize this.
    h3knix committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    3454415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfef8ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9c7e68 View commit details
    Browse the repository at this point in the history