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 42f64eb commit a9ac754Copy full SHA for a9ac754
doc/api/process.md
@@ -1152,7 +1152,7 @@ added: v0.1.100
1152
* {string}
1153
1154
The `process.execPath` property returns the absolute pathname of the executable
1155
-that started the Node.js process.
+that started the Node.js process. Symbolic links, if any, are resolved.
1156
1157
<!-- eslint-disable semi -->
1158
```js
0 commit comments