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

child_process: document the error when cwd does not exist #34505

Closed
wants to merge 2 commits into from
Closed

child_process: document the error when cwd does not exist #34505

wants to merge 2 commits into from

Commits on Jul 25, 2020

  1. doc: document the error when cwd not exists in child_process.spawn

    If the option cwd does not exist, the error ENOENT is the same as
    the error emitted when the command does not exist, it's confusing.
    FeelyChau committed Jul 25, 2020
    Copy the full SHA
    9b896d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Update doc/api/child_process.md

    Trott committed Nov 12, 2020
    Copy the full SHA
    cb14dea View commit details
    Browse the repository at this point in the history