Skip to content

Commit

Permalink
doc: add symlink information for process.execpath
Browse files Browse the repository at this point in the history
PR-URL: #35590
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
PoojaDurgad authored and Trott committed Oct 13, 2020
1 parent 44a66ad commit 8c177c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,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
Expand Down

0 comments on commit 8c177c4

Please sign in to comment.