Skip to content

child_process: spawn ignores options in case args is undefined

spawn method ignores 3-d argument 'options' in case the second one 'args' equals to 'undefined'.

Fixes: https://github.com/nodejs/node/issues/24912

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading