From a9ac75480fc676ea111fa10716fc1879272feb46 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 ae739de78747fc..8196fa15a27f06 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1152,7 +1152,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