diff options
Diffstat (limited to 'src/html.js')
-rw-r--r-- | src/html.js | 2 |
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]() { |