« get me outta code hell

uninteresting eslint fixes - 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:
author(quasar) nebula <qznebula@protonmail.com>2025-10-15 14:15:52 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-10-15 14:20:06 -0300
commit1cb1ddc3d678983184abf7955a5e2fa38ba49558 (patch)
tree75ef472296083ab64b381640e36134afb4b33597 /src/html.js
parent7a4f24adc2fe4f8340e9e2340a25f7e62d38c7fd (diff)
uninteresting eslint fixes
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 42083845..30b4d287 100644
--- a/src/html.js
+++ b/src/html.js
@@ -2009,7 +2009,7 @@ export class Template {
 
     throw new Error(
       `Didn't find slots ${inspect(slots, {compact: true})} ` +
-      `resolving ${inspect(tagOrTemplate, {compact: true})}`);
+      `resolving ${inspect(content, {compact: true})}`);
   }
 
   [inspect.custom]() {