« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.js')
-rw-r--r--src/html.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.js b/src/html.js
index 9e4c39ab..49700775 100644
--- a/src/html.js
+++ b/src/html.js
@@ -583,7 +583,7 @@ export class Tag {
 
     try {
       this.content = this.content;
-    } catch (error) {
+    } catch {
       this.#setAttributeFlag(imaginarySibling, false);
     }
   }