fix templater: Don't fail with two identical stack traces
This commit is contained in:
parent
25c9ed4adc
commit
4713d565d3
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ type TemplateNotFoundError struct {
|
||||||
|
|
||||||
// Error that is caused during templating, e.g. required value being absent or invalid template format
|
// Error that is caused during templating, e.g. required value being absent or invalid template format
|
||||||
type TemplatingError struct {
|
type TemplatingError struct {
|
||||||
meep.AllTraits
|
meep.TraitAutodescribing
|
||||||
|
meep.TraitCausable
|
||||||
}
|
}
|
||||||
|
|
||||||
func LoadAndPrepareTemplates(include *[]string, exclude *[]string, c *context.Context) (output []string, err error) {
|
func LoadAndPrepareTemplates(include *[]string, exclude *[]string, c *context.Context) (output []string, err error) {
|
||||||
|
|
Loading…
Reference in a new issue