File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1177,6 +1177,9 @@ And `process.argv`:
11771177[' /usr/local/bin/node' , ' script.js' , ' --version' ]
11781178```
11791179
1180+ Refer to [ ` Worker ` constructor] [ ] for the detailed behavior of worker
1181+ threads with this property.
1182+
11801183## ` process.execPath `
11811184<!-- YAML
11821185added: v0.1.100
@@ -2629,6 +2632,7 @@ cases:
26292632[ `NODE_OPTIONS` ] : cli.md#cli_node_options_options
26302633[ `Promise.race()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/race
26312634[ `Worker` ] : worker_threads.md#worker_threads_class_worker
2635+ [ `Worker` constructor ] : worker_threads.md#worker_threads_new_worker_filename_options
26322636[ `console.error()` ] : console.md#console_console_error_data_args
26332637[ `console.log()` ] : console.md#console_console_log_data_args
26342638[ `domain` ] : domain.md
You can’t perform that action at this time.
0 commit comments