summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--create/content.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/create/content.go b/create/content.go
index 2b185c876..99e866da3 100644
--- a/create/content.go
+++ b/create/content.go
@@ -57,6 +57,7 @@ func NewContent(kind, name string) (err error) {
}
newmetadata, err := cast.ToStringMapE(metadata)
if err != nil {
+ jww.ERROR.Println("Error processing archetype file:", location)
return err
}