Update http.js

This commit is contained in:
Namhyeon Go 2022-09-08 13:38:20 +09:00 committed by GitHub
parent 6810b94a22
commit 22916b2ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");