summaryrefslogtreecommitdiff
path: root/lib/events.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events.js')
-rw-r--r--lib/events.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/events.js b/lib/events.js
index ce93cd9f9b..203a20ed80 100644
--- a/lib/events.js
+++ b/lib/events.js
@@ -32,6 +32,7 @@ const {
ObjectKeys,
ReflectApply,
ReflectOwnKeys,
+ Symbol,
} = primordials;
const kRejection = Symbol.for('nodejs.rejection');