Update http.js

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

View File

@ -522,7 +522,7 @@ var HTTPObject = function(engine) {
}
if (this.isDebugging && typeof this.debuggingText === "string") {
console.log("Created debugging text.", responseText.length, "bytes");
console.log("Created debugging text.", this.debuggingText.length, "bytes");
} else {
console.log("No debugging text");
}