Skip to content

child_process: add detached option to .exec()

Rodrigo Muino Tomonari requested to merge github/fork/jalafel/issue#9146 into master
Checklist
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

Doc, child_process

Description of change

This PR adds detached as an option for child_process.exec() to maintain consistency across the child_process functions.

It also adds the detached as an option to the documentation for .execSync(), which was previously undocumented.

Ref: https://github.com/nodejs/node/issues/9146

Merge request reports

Loading