« 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 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]() {