This commit is contained in:
Fabrizio (Misto) Milo 2013-09-01 10:58:06 -07:00
parent 535a44c205
commit 9678f68e0f

View file

@ -105,7 +105,7 @@ func (t *GoHtmlTemplate) LoadTemplates(absPath string) {
}
// note t.New(tplName)
if tpl, err := compiler.CompileWithTemplate(t.New(tplName)); err != nil {
if _, err := compiler.CompileWithTemplate(t.New(tplName)); err != nil {
PrintErr("Could not compile amber file: "+path, err)
return err
}