Skip to content

worker: set trackUnmanagedFds to true by default

This prevents accidental resource leaks when terminating or exiting Worker that own FDs opened through fs.open().

Refs: https://github.com/nodejs/node/pull/34303

@nodejs/workers

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