Chapter 12: move Chapter13 to Chapter12

This commit is contained in:
Beth Griggs
2020-11-10 01:35:45 +00:00
parent be3ada6586
commit 473d903805
40 changed files with 0 additions and 0 deletions
+7
View File
@@ -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) => {});