Thanks to visit codestin.com Credit goes to github.com
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 16606d0 commit f515156Copy full SHA for f515156
.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -15,7 +15,7 @@ repo. https://github.com/nodejs/help
15
Please fill in as much of the template below as you're able.
16
17
Version: output of `node -v`
18
-Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
+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
Subsystem: if known, please specify affected core module name
20
-->
21
0 commit comments