Skip to content

worker: remove usage of require('util') in worker_thread.js

Use require('internal/util/debuglog').debuglog instead of require('util').debuglog in lib/internal/main/worker_thread.js.

Refs: #26546 (closed)

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

Merge request reports

Loading