| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f33e831 commit 10320c2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -873,7 +873,7 @@ console.log(`This processor architecture is ${arch}`); | |||
| 873 | 873 | ```cjs | |
| 874 | 874 | const { arch } = require('process'); | |
| 875 | 875 | ||
| 876 | - console.log(`This processor architecture is ${process.arch}`); | ||
| 876 | + console.log(`This processor architecture is ${arch}`); | ||
| 877 | 877 | ``` | |
| 878 | 878 | ||
| 879 | 879 | ## `process.argv` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments