mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 19:07:06 +00:00
linting
This commit is contained in:
@@ -160,6 +160,9 @@ func (s *Engine) buildFromAsset() error {
|
||||
if s.Config.Engine == config.JadeEngine {
|
||||
contents, err = jade.Parse(name, contents)
|
||||
}
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// Add our funcmaps.
|
||||
if s.Config.HTMLTemplate.Funcs != nil {
|
||||
|
||||
Reference in New Issue
Block a user