Compare commits

...

2 Commits

View File

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