From e127a5cb7d91aabc3df36e70123967a35df7aabf Mon Sep 17 00:00:00 2001 From: Brian Payne Date: Sun, 2 Nov 2014 17:29:55 -0800 Subject: [PATCH] Added better error message for poorly formed frontmatters in archtypes --- create/content.go | 1 + 1 file changed, 1 insertion(+) 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 }