Skip to content

Commit a9ac754

Browse files
PoojaDurgadMylesBorins
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 42f64eb commit a9ac754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

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

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

11571157
<!-- eslint-disable semi -->
11581158
```js

0 commit comments

Comments
 (0)