Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPooja D.P <Pooja.D.P@ibm.com>2020-10-10 22:15:12 +0300
committerMyles Borins <mylesborins@github.com>2020-10-14 23:21:26 +0300
commitcad86d40de5033ab6201d9f3e788858456d76858 (patch)
tree72f85f669d5e4dcfd477df96f09023ee07a65067 /doc
parent7e7afc518662120634f522566c3981b804d225dd (diff)
doc: add symlink information for process.execpath
PR-URL: https://github.com/nodejs/node/pull/35590 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 179e1bd4d85..5c5a46e85c1 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.
<!-- eslint-disable semi -->
```js