Chapter 13: initial samples
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const http = require("http");
|
||||
const path = require("path");
|
||||
|
||||
//process.report.directory = path.join(__dirname, "reports");
|
||||
process.report.filename = "my-diagnostic-report.json";
|
||||
|
||||
http.get("hello://localhost:3000", (response) => {});
|
||||
Reference in New Issue
Block a user