Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add on statement in the APIs docs
  • Loading branch information
PoojaDurgad committed Oct 28, 2020
commit 0940e1cad23361be4a7734878ac263d8c4740814
4 changes: 4 additions & 0 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1179,6 +1179,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 @@ -2643,6 +2646,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