Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
PoojaDurgad authored and MylesBorins committed Oct 14, 2020
1 parent 7e7afc5 commit cad86d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Expand Up @@ -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
Expand Down

0 comments on commit cad86d4

Please sign in to comment.