Skip to content

src: fix process.pid for daemon process

Rodrigo Muino Tomonari requested to merge github/fork/leeight/fix-24539 into master

The process.pid was initialized in the SetupProcessObject method. so we change the implementation via getter method.

Fix: https://github.com/nodejs/node/issues/24539

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