Skip to content

Commit 699d161

Browse files
cjihrigaddaleax
authored andcommitted
doc: fix machine field in example report
PR-URL: #25855 Refs: #25755 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
1 parent 618f641 commit 699d161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ is provided below for reference.
5858
"name": "node"
5959
},
6060
"osVersion": "Linux 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018",
61-
"machine": "Linux 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018test_machine x86_64"
61+
"machine": "test_machine x86_64"
6262
},
6363
"javascriptStack": {
6464
"message": "Error: *** test-exception.js: throwing uncaught Error",

0 commit comments

Comments
 (0)