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, win: fix shell spawn with AutoRun #8063

Closed
wants to merge 1 commit into from

Commits on Aug 10, 2016

  1. child_process, win: fix shell spawn with AutoRun

    Under Windows system can be configured to execute a specific command each time
    a shell is spawned. Under some conditions this breaks the way node handles
    shell scripts under windows. This commit adds /d switch to spawn and spawnSync
    which disables this AutoRun functionality.
    
    Fixes: nodejs/node-v0.x-archive#25458
    bzoz committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    72c3fe7 View commit details
    Browse the repository at this point in the history