From 0940e1cad23361be4a7734878ac263d8c4740814 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 --- doc/api/process.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/process.md b/doc/api/process.md index 5568adfb6fc203..897966c37b732c 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1179,6 +1179,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`