Skip to content

Commit cad86d4

Browse files
PoojaDurgadMylesBorins
authored andcommittedOct 14, 2020
doc: add symlink information for process.execpath
PR-URL: #35590 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7e7afc5 commit cad86d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ added: v0.1.100
11851185
* {string}
11861186

11871187
The `process.execPath` property returns the absolute pathname of the executable
1188-
that started the Node.js process.
1188+
that started the Node.js process. Symbolic links, if any, are resolved.
11891189

11901190
<!-- eslint-disable semi -->
11911191
```js

0 commit comments

Comments
 (0)
Please sign in to comment.