summaryrefslogtreecommitdiff
path: root/lib/internal/console/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/console/global.js')
-rw-r--r--lib/internal/console/global.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/internal/console/global.js b/lib/internal/console/global.js
index 614941eba6..aac67fde15 100644
--- a/lib/internal/console/global.js
+++ b/lib/internal/console/global.js
@@ -12,6 +12,8 @@
// Therefore, the console.Console.prototype is not
// in the global console prototype chain anymore.
+const { Reflect } = primordials;
+
const {
Console,
kBindStreamsLazy,