Skip to content

Commit cad86d4

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 7e7afc5 commit cad86d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ added: v0.1.100
11851185
* {string}
11861186

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

11901190
<!-- eslint-disable semi -->
11911191
```js

0 commit comments

Comments
 (0)