Skip to content

child_process: skip count length when maxBuffer is Infinity

Do not count length when maxBuffer is Infinity because xxxLen > options.maxBuffer is always false.

  • 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

Affected subsystem: child_process

Merge request reports

Loading