Skip to content

lib: Remove unused param for `exec` in `child_process`

Rodrigo Muino Tomonari requested to merge ModificationForChildProcess into master

Created by: ghost

exec's parameters are now deconstructored through normalizeExecArgs.apply. We don't need an exclipit parameter any more (and in fact it's NEVER referred in the code directly), like spwan or spwanSync. So this might be missing.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows [commit guidelines]

Merge request reports

Loading