Skip to content

util: `inspect()` should not exceed `breakLength`

Using util.inspect() with the compact option set to a number could result in output that exceeded the breakLength option. This change makes sure that limit is taken into account.

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