From fba96ca1fd1ca0d3b95ade44ebf83c26a4e39696 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 31 Jan 2019 14:05:12 -0500 Subject: [PATCH] doc: fix machine field in example report PR-URL: https://github.com/nodejs/node/pull/25855 Refs: https://github.com/nodejs/node/pull/25755 Reviewed-By: Vse Mozhet Byt Reviewed-By: Richard Lau Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca Reviewed-By: Anto Aravinth --- doc/api/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/report.md b/doc/api/report.md index 66770fcbc978f4..8e8289a6fb7ec1 100644 --- a/doc/api/report.md +++ b/doc/api/report.md @@ -58,7 +58,7 @@ is provided below for reference. "name": "node" }, "osVersion": "Linux 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018", - "machine": "Linux 3.10.0-862.el7.x86_64 #1 SMP Wed Mar 21 18:14:51 EDT 2018test_machine x86_64" + "machine": "test_machine x86_64" }, "javascriptStack": { "message": "Error: *** test-exception.js: throwing uncaught Error",