We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7afc5 commit cad86d4Copy full SHA for cad86d4
doc/api/process.md
@@ -1185,7 +1185,7 @@ added: v0.1.100
1185
* {string}
1186
1187
The `process.execPath` property returns the absolute pathname of the executable
1188
-that started the Node.js process.
+that started the Node.js process. Symbolic links, if any, are resolved.
1189
1190
<!-- eslint-disable semi -->
1191
```js
0 commit comments