We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b879b commit 5a79545Copy full SHA for 5a79545
doc/api/worker_threads.md
@@ -351,7 +351,7 @@ Notable differences inside a Worker environment are:
351
- The [`process.stdin`][], [`process.stdout`][] and [`process.stderr`][]
352
may be redirected by the parent thread.
353
- The [`require('worker_threads').isMainThread`][] property is set to `false`.
354
-- The [`require('worker_threads').parentPort`][] message port is available,
+- The [`require('worker_threads').parentPort`][] message port is available.
355
- [`process.exit()`][] does not stop the whole program, just the single thread,
356
and [`process.abort()`][] is not available.
357
- [`process.chdir()`][] and `process` methods that set group or user ids
0 commit comments