Skip to content

process: fix call process.reallyExit, vs., binding

Rodrigo Muino Tomonari requested to merge github/fork/bcoe/fix-25650 into master

Some user-land modules, e.g., nyc, mocha, currently rely on patching process.reallyExit.


Node@11.7.0 breaks the interaction between nyc and mocha; ultimately it appears as though the problem is that nyc relies on overriding process.reallyExit to output coverage to disk, which was replaced with binding.reallyExit (dde71520).

fixes: https://github.com/nodejs/node/issues/25650

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