mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 03:42:06 -05:00
parent
5c9d5413a4
commit
75acff5f20
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ func (s *Site) processPartial(events []fsnotify.Event) (whatChanged, error) {
|
||||||
|
|
||||||
// TOD(bep) globals clean
|
// TOD(bep) globals clean
|
||||||
if err := first.Deps.LoadResources(); err != nil {
|
if err := first.Deps.LoadResources(); err != nil {
|
||||||
s.Log.ERROR.Println(err)
|
return whatChanged{}, err
|
||||||
}
|
}
|
||||||
|
|
||||||
s.TemplateHandler().PrintErrors()
|
s.TemplateHandler().PrintErrors()
|
||||||
|
|
Loading…
Reference in a new issue