Skip to content

child_process: attach child in promisification

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/cp-prom into master

This commit updates the custom exec() and execFile() promisification to attach the ChildProcess instance to the returned Promise.

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

Checklist
  • 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