diff options
Diffstat (limited to 'lib/domain.js')
-rw-r--r-- | lib/domain.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/domain.js b/lib/domain.js index 27d72eb20c..608d5daceb 100644 --- a/lib/domain.js +++ b/lib/domain.js @@ -26,6 +26,8 @@ // No new pull requests targeting this module will be accepted // unless they address existing, critical bugs. +const { Reflect } = primordials; + const util = require('util'); const EventEmitter = require('events'); const { |