summaryrefslogtreecommitdiff
path: root/lib/worker_threads.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/worker_threads.js')
-rw-r--r--lib/worker_threads.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/worker_threads.js b/lib/worker_threads.js
index 828edb6bff..2fe1a87246 100644
--- a/lib/worker_threads.js
+++ b/lib/worker_threads.js
@@ -17,5 +17,6 @@ module.exports = {
MessageChannel,
threadId,
Worker,
- parentPort: null
+ parentPort: null,
+ workerData: null,
};