mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 12:11:04 +00:00
Update http.js
This commit is contained in:
parent
6810b94a22
commit
22916b2ca5
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user