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: improve argument validation #41305

Merged
merged 1 commit into from
Dec 30, 2021

Commits on Dec 30, 2021

  1. child_process: improve argument validation

    For execFile() and fork(), use INVALID_ARG_TYPE as appropriate instead
    of INVALID_ARG_VALUE. Use validator functions where sensible.
    
    PR-URL: nodejs#41305
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    26c973d View commit details
    Browse the repository at this point in the history