aboutsummaryrefslogtreecommitdiff
path: root/lib/domain.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/domain.js')
-rw-r--r--lib/domain.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/domain.js b/lib/domain.js
index 608d5daceb..eab0b352bc 100644
--- a/lib/domain.js
+++ b/lib/domain.js
@@ -26,7 +26,7 @@
// No new pull requests targeting this module will be accepted
// unless they address existing, critical bugs.
-const { Reflect } = primordials;
+const { Object, Reflect } = primordials;
const util = require('util');
const EventEmitter = require('events');