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: nodejs#35590
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
PoojaDurgad authored and joesepi committed Oct 22, 2020
1 parent 6cf8485 commit de85b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
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 de85b6e

Please sign in to comment.