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