Skip to content

Commit 8c177c4

Browse files
PoojaDurgadTrott
authored andcommitted
doc: add symlink information for process.execpath
PR-URL: #35590 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 44a66ad commit 8c177c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ added: v0.1.100
11871187
* {string}
11881188

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

11921192
<!-- eslint-disable semi -->
11931193
```js

0 commit comments

Comments
 (0)