mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update http.js
This commit is contained in:
parent
22916b2ca5
commit
441a87994b
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user