- remove false error created to test

This commit is contained in:
Dave M. 2026-07-16 16:30:55 -04:00
parent 27bfdd5902
commit 7d5272816d

View File

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