aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/cluster/child.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/cluster/child.js')
-rw-r--r--lib/internal/cluster/child.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/internal/cluster/child.js b/lib/internal/cluster/child.js
index d2f38a6b76..e7bddc1d0b 100644
--- a/lib/internal/cluster/child.js
+++ b/lib/internal/cluster/child.js
@@ -1,4 +1,7 @@
'use strict';
+
+const { Object } = primordials;
+
const assert = require('internal/assert');
const path = require('path');
const EventEmitter = require('events');