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: attach child in promisification #28325

Merged
merged 1 commit into from
Jun 22, 2019
Merged

Commits on Jun 22, 2019

  1. child_process: attach child in promisification

    This commit updates the custom exec() and execFile()
    promisification to attach the ChildProcess instance to the
    returned Promise.
    
    PR-URL: nodejs#28325
    Fixes: nodejs#28244
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Wyatt Preul <wpreul@gmail.com>
    cjihrig committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    3aeb810 View commit details
    Browse the repository at this point in the history