aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/worker
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/worker')
-rw-r--r--lib/internal/worker/io.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/internal/worker/io.js b/lib/internal/worker/io.js
index ece0f2741a..04f8f9ad59 100644
--- a/lib/internal/worker/io.js
+++ b/lib/internal/worker/io.js
@@ -1,5 +1,7 @@
'use strict';
+const { Object } = primordials;
+
const {
handle_onclose: handleOnCloseSymbol,
oninit: onInitSymbol