aboutsummaryrefslogtreecommitdiff
path: root/lib/trace_events.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/trace_events.js')
-rw-r--r--lib/trace_events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trace_events.js b/lib/trace_events.js
index 878580c67f..d2977679e1 100644
--- a/lib/trace_events.js
+++ b/lib/trace_events.js
@@ -1,6 +1,6 @@
'use strict';
-const { hasTracing } = process.binding('config');
+const { hasTracing } = internalBinding('config');
const kHandle = Symbol('handle');
const kEnabled = Symbol('enabled');
const kCategories = Symbol('categories');