| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4ff1d31 commit 3270d4c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1651,9 +1651,9 @@ added: v0.2.0 | |||
| 1651 | 1651 | * {Object} | |
| 1652 | 1652 | ||
| 1653 | 1653 | The `process.versions` property returns an object listing the version strings of | |
| 1654 | - Node.js and its dependencies. In addition, `process.versions.modules` indicates | ||
| 1655 | - the current ABI version, which is increased whenever a C++ API changes. Node.js | ||
| 1656 | - will refuse to load native modules built for an older `modules` value. | ||
| 1654 | + Node.js and its dependencies. `process.versions.modules` indicates the current | ||
| 1655 | + ABI version, which is increased whenever a C++ API changes. Node.js will refuse | ||
| 1656 | + to load modules that were compiled against a different module ABI version. | ||
| 1657 | 1657 | ||
| 1658 | 1658 | ```js | |
| 1659 | 1659 | console.log(process.versions); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments