| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 16606d0 commit f515156
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ repo. https://github.com/nodejs/help | |||
| 15 | 15 | Please fill in as much of the template below as you're able. | |
| 16 | 16 | ||
| 17 | 17 | Version: output of `node -v` | |
| 18 | - Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) | ||
| 18 | + Platform: output of `uname -a` (UNIX), or output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console (Windows) | ||
| 19 | 19 | Subsystem: if known, please specify affected core module name | |
| 20 | 20 | --> | |
| 21 | 21 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments