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
@@ -2654,6 +2657,7 @@ cases:
2654
2657
[ `NODE_OPTIONS` ] : cli.md#cli_node_options_options
2655
2658
[ `Promise.race()` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/race
2656
2659
[ `Worker` ] : worker_threads.md#worker_threads_class_worker
2660
+ [ `Worker` constructor ] : worker_threads.md#worker_threads_new_worker_filename_options
2657
2661
[ `console.error()` ] : console.md#console_console_error_data_args
2658
2662
[ `console.log()` ] : console.md#console_console_log_data_args
2659
2663
[ `domain` ] : domain.md
You can’t perform that action at this time.
0 commit comments