Skip to content

doc: shell option for the execFile and execFileSync functions

Rodrigo Muino Tomonari requested to merge github/fork/jvelezpo/jvelezpo into master

Useful for executing in a shell because it accepts arguments as an array instead of a string as exec does. Depending on the circumstances, that can prove to be useful if the arguments are already prepared.

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Merge request reports

Loading