Add component name prefix to errors

This commit is contained in:
Will Faught
2023-03-04 11:06:38 -08:00
parent bfb3e90505
commit b6ea579be1
7 changed files with 8 additions and 8 deletions

View File

@@ -76,6 +76,6 @@
{{ end }}
</div>
{{ else }}
{{ errorf "invalid type: %q" $type }}
{{ errorf "paige/gallery: invalid type: %q" $type }}
{{ end }}
</div>