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 3fc6a22 commit 0a1d15fCopy full SHA for 0a1d15f
doc/api/process.md
@@ -1687,9 +1687,9 @@ added: v0.2.0
1687
* {Object}
1688
1689
The `process.versions` property returns an object listing the version strings of
1690
-Node.js and its dependencies. In addition, `process.versions.modules` indicates
1691
-the current ABI version, which is increased whenever a C++ API changes. Node.js
1692
-will refuse to load native modules built for an older `modules` value.
+Node.js and its dependencies. `process.versions.modules` indicates the current
+ABI version, which is increased whenever a C++ API changes. Node.js will refuse
+to load modules that were compiled against a different module ABI version.
1693
1694
```js
1695
console.log(process.versions);
0 commit comments