From cad86d40de5033ab6201d9f3e788858456d76858 Mon Sep 17 00:00:00 2001 From: "Pooja D.P" Date: Sat, 10 Oct 2020 23:15:12 +0400 Subject: [PATCH] doc: add symlink information for process.execpath PR-URL: https://github.com/nodejs/node/pull/35590 Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index 179e1bd4d852db..5c5a46e85c1148 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1185,7 +1185,7 @@ added: v0.1.100 * {string} The `process.execPath` property returns the absolute pathname of the executable -that started the Node.js process. +that started the Node.js process. Symbolic links, if any, are resolved. ```js