File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1179,6 +1179,9 @@ And `process.argv`:
1179
1179
[' /usr/local/bin/node' , ' script.js' , ' --version' ]
1180
1180
```
1181
1181
1182
+ Refer to [ ` Worker ` constructor] [ ] for the detailed behavior of worker
1183
+ threads with this property.
1184
+
1182
1185
## ` process.execPath `
1183
1186
<!-- YAML
1184
1187
added: v0.1.100
@@ -2643,6 +2646,7 @@ cases:
2643
2646
[ `NODE_OPTIONS` ] : cli.md#cli_node_options_options
2644
2647
[ `Promise.race()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/race
2645
2648
[ `Worker` ] : worker_threads.md#worker_threads_class_worker
2649
+ [ `Worker` constructor ] : worker_threads.md#worker_threads_new_worker_filename_options
2646
2650
[ `console.error()` ] : console.md#console_console_error_data_args
2647
2651
[ `console.log()` ] : console.md#console_console_log_data_args
2648
2652
[ `domain` ] : domain.md
You can’t perform that action at this time.
0 commit comments