From 26e42939f2d669ba53a4f3a82ac37725138f4f19 Mon Sep 17 00:00:00 2001 From: "Pooja D.P" Date: Mon, 12 Oct 2020 12:50:42 +0400 Subject: [PATCH] doc: add on statement in the APIs docs PR-URL: https://github.com/nodejs/node/pull/35610 Reviewed-By: Gireesh Punathil Reviewed-By: Rich Trott --- doc/api/process.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index 61c4c68748a4f3..5aad48fb8ea083 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1177,6 +1177,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`