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