Skip to content

worker: provide process.execArgv

Provide process.execArgv. If an execArgv option is passed to the Worker constructor, that option is used as its value; if not, the parent’s process.execArgv is inherited (since that also goes for the actual options in that case).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading