Compare commits

..

No commits in common. "abd530d146a04069606a944325933b82a71d2190" and "72e50fbe50938cdbd62682d4022b124ee12557ae" have entirely different histories.

View File

@ -6,7 +6,8 @@ class ErrorHandler {
this.url = options.url; this.url = options.url;
this.apikey = options.apikey; this.apikey = options.apikey;
this.catchError();
}
getErrorPosition(script) { getErrorPosition(script) {
let totalLines = 0; let totalLines = 0;