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: add example for execFileSync method and ref to stdio #39412

Merged
merged 1 commit into from
May 12, 2024

Commits on May 11, 2024

  1. doc: add example for execFileSync method and ref to stdio

    Added an example to the `execFileSync` method. This demonstrates how to
    handle exceptions and access the stderr and stdio properties that are
    attached to the `Error` object in a `catch` block.
    
    Added a link to the detailed stdio section nested under
    `child_process.spawn()` from each child_process sync method option
    description.
    
    Fixes: nodejs#39306
    evanshortiss authored and aduh95 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fb57c01 View commit details
    Browse the repository at this point in the history