diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 54bd66a6ea683e..8d4c703f480de2 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -428,7 +428,9 @@ if (isMainThread) { not automatically be piped through to `process.stderr` in the parent. * `execArgv` {string[]} List of node CLI options passed to the worker. V8 options (such as `--max-old-space-size`) and options that affect the - process (such as `--title`) are not supported. + process (such as `--title`) are not supported. If set, this will be provided + as [`process.execArgv`][] inside the worker. By default, options will be + inherited from the parent thread. ### Event: 'error'