Skip to content

net: remove usage of require('util')

Rodrigo Muino Tomonari requested to merge github/fork/dnlup/util_net into master

Use require('internal/util/inspect').inspect and require('internal/util/debuglog').debuglog instead of require('util').debuglog and require('util').inspect.

Refs: https://github.com/nodejs/node/issues/26546

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading