Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-03-01 05:03:31 +0300
committercjihrig <cjihrig@gmail.com>2019-03-03 05:17:33 +0300
commitf9cd5e30945d1fc81f788562c8a6ebf261f4f896 (patch)
tree35818a0942d7186daeb0f591c90a972b8c740e35 /doc/api/report.md
parentfe292fac55c2b41432db2c326fe40ae154a1ab21 (diff)
doc,lib,test: rename node-report to report
This commit completes the renaming of node-report to report in order to better differentiate core's reporting from the node-report npm module. PR-URL: https://github.com/nodejs/node/pull/26371 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/report.md')
-rw-r--r--doc/api/report.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/report.md b/doc/api/report.md
index 419fe334173..90173a1cfaa 100644
--- a/doc/api/report.md
+++ b/doc/api/report.md
@@ -32,7 +32,7 @@ is provided below for reference.
"/home/nodeuser/project/node/out/Release/node",
"--experimental-report",
"--diagnostic-report-uncaught-exception",
- "/home/nodeuser/project/node/test/node-report/test-exception.js",
+ "/home/nodeuser/project/node/test/report/test-exception.js",
"child"
],
"nodejsVersion": "v12.0.0-pre",
@@ -66,8 +66,8 @@ is provided below for reference.
"javascriptStack": {
"message": "Error: *** test-exception.js: throwing uncaught Error",
"stack": [
- "at myException (/home/nodeuser/project/node/test/node-report/test-exception.js:9:11)",
- "at Object.<anonymous> (/home/nodeuser/project/node/test/node-report/test-exception.js:12:3)",
+ "at myException (/home/nodeuser/project/node/test/report/test-exception.js:9:11)",
+ "at Object.<anonymous> (/home/nodeuser/project/node/test/report/test-exception.js:12:3)",
"at Module._compile (internal/modules/cjs/loader.js:718:30)",
"at Object.Module._extensions..js (internal/modules/cjs/loader.js:729:10)",
"at Module.load (internal/modules/cjs/loader.js:617:32)",