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 windowsHide option #15380

Merged
merged 1 commit into from
Oct 16, 2017
Merged

child_process: add windowsHide option #15380

merged 1 commit into from
Oct 16, 2017

Commits on Oct 16, 2017

  1. child_process: add windowsHide option

    This commit exposes the UV_PROCESS_WINDOWS_HIDE flag in Node
    as a windowsHide option to the child_process methods. The
    option is only applicable to Windows, and is ignored elsewhere.
    
    Fixes: nodejs#15217
    PR-URL: nodejs#15380
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    3b7a9a2 View commit details
    Browse the repository at this point in the history