We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c243db2 commit d699308Copy full SHA for d699308
1 file changed
load.js
@@ -64,7 +64,7 @@
64
, col || (window.event || unsentLog).errorCharacter || "?"
65
, message
66
].join(":")
67
- )) log("e", lastError, (error && (error.stack || error.stacktrace) || "-") + "\n" + location)
+ )) log("e", lastError, error && (error.stack || error.stacktrace) || "-", location)
68
}
69
, log = xhr.log = function(type, msg, a, b) {
70
if (unsentLog.push([ new Date() - initTime, type, msg].concat(a || [], b || [])) < 2) sendLog()
0 commit comments