Skip to content

Commit

Permalink
doc: fix missing parentPort link in worker_threads
Browse files Browse the repository at this point in the history
PR-URL: #21430
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
watson authored and targos committed Jun 22, 2018
1 parent 3ba9a44 commit 9e31684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/worker_threads.md
Expand Up @@ -481,6 +481,7 @@ active handle in the event system. If the worker is already `unref()`ed calling
[`require('worker_threads').on('workerMessage')`]: #worker_threads_event_workermessage
[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
[`require('worker_threads').isMainThread`]: #worker_threads_worker_ismainthread
[`require('worker_threads').parentPort`]: #worker_threads_worker_parentport
[`require('worker_threads').threadId`]: #worker_threads_worker_threadid
[`cluster` module]: cluster.html
[`inspector`]: inspector.html
Expand Down

0 comments on commit 9e31684

Please sign in to comment.