From 7d5272816d14ac71954863a120d3abe77ab4d80e Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Thu, 16 Jul 2026 16:30:55 -0400 Subject: [PATCH] - remove false error created to test --- asset/negundo/js/debug.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/asset/negundo/js/debug.js b/asset/negundo/js/debug.js index d28959d..cda9144 100644 --- a/asset/negundo/js/debug.js +++ b/asset/negundo/js/debug.js @@ -6,8 +6,7 @@ class ErrorHandler { this.url = options.url; this.apikey = options.apikey; - this.catchError(); - } + getErrorPosition(script) { let totalLines = 0;