Skip to content

Commit 7b9bc38

Browse files
committed
Update bug_report.md
Provide windows command as a one liner Signed-off-by: Anton Whalley <anton@venshare.com>
1 parent b5d669b commit 7b9bc38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If applicable, add console output to help explain your problem.
3131
Obtained using `npm view llnode version`
3232
- OS Info: [e.g. Linux ub 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux]
3333

34-
Obtained using `uname -a` or on Windows get the important information with `wmic os get OsArchitecture` and `wmic os get name`
34+
Obtained using `uname -a` or on Windows get the important information with `wmic os get OsArchitecture && wmic os get name`
3535
- lldb Version [e.g. 14.0.6]
3636

3737
Obtained using `lldb --version`
@@ -42,7 +42,7 @@ If applicable, add console output to help explain your problem.
4242
**Server where the core was dumped (please complete the following information):**
4343
- OS Info: [e.g. Linux ub 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux]
4444

45-
Obtained using `uname -a` or on Windows get the important information with `wmic os get OsArchitecture` and `wmic os get name`
45+
Obtained using `uname -a` or on Windows get the important information with `wmic os get OsArchitecture && wmic os get name`
4646
- lldb Version [e.g. 14.0.6]
4747

4848
Obtained using `lldb --version`

0 commit comments

Comments
 (0)