Skip to content

Commit

Permalink
doc: add on statement in the APIs docs
Browse files Browse the repository at this point in the history
PR-URL: #35610
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
PoojaDurgad authored and BethGriggs committed Dec 15, 2020
1 parent cab65fb commit 26e4293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/process.md
Expand Up @@ -1177,6 +1177,9 @@ And `process.argv`:
['/usr/local/bin/node', 'script.js', '--version']
```

Refer to [`Worker` constructor][] for the detailed behavior of worker
threads with this property.

## `process.execPath`
<!-- YAML
added: v0.1.100
Expand Down Expand Up @@ -2629,6 +2632,7 @@ cases:
[`NODE_OPTIONS`]: cli.md#cli_node_options_options
[`Promise.race()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/race
[`Worker`]: worker_threads.md#worker_threads_class_worker
[`Worker` constructor]: worker_threads.md#worker_threads_new_worker_filename_options
[`console.error()`]: console.md#console_console_error_data_args
[`console.log()`]: console.md#console_console_log_data_args
[`domain`]: domain.md
Expand Down

0 comments on commit 26e4293

Please sign in to comment.