We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a97f2 commit 437a90cCopy full SHA for 437a90c
lib/trace_events.js
@@ -18,7 +18,7 @@ if (!hasTracing)
18
19
const { CategorySet, getEnabledCategories } = internalBinding('trace_events');
20
const { customInspectSymbol } = require('internal/util');
21
-const { format } = require('util');
+const { format } = require('internal/util/inspect');
22
23
const enabledTracingObjects = new Set();
24
0 commit comments