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: exit spawnSync with null on signal #11288

Merged
merged 1 commit into from
Feb 14, 2017

Commits on Feb 14, 2017

  1. child_process: exit spawnSync with null on signal

    This commit sets the spawnSync() exit code to null when the
    child is killed via signal. This brings the behavior more in
    sync with spawn().
    
    Fixes: nodejs#11284
    PR-URL: nodejs#11288
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    cjihrig committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    784eb2f View commit details
    Browse the repository at this point in the history