From 22916b2ca5e92d74d46f4f47fe4084edcd645ba9 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 8 Sep 2022 13:38:20 +0900 Subject: [PATCH] Update http.js --- lib/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http.js b/lib/http.js index f0d1434..2d0fb43 100644 --- a/lib/http.js +++ b/lib/http.js @@ -521,7 +521,7 @@ var HTTPObject = function(engine) { console.log("No received anything"); } - if (this.isDebugging && typeof debuggingText === "string") { + if (this.isDebugging && typeof this.debuggingText === "string") { console.log("Created debugging text.", responseText.length, "bytes"); } else { console.log("No debugging text");