Compare commits

..

No commits in common. "master" and "v1.4.1" 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;