mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
errors not propagating
This commit is contained in:
parent
634d7b2638
commit
5ae2832713
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ func buildSite(watching ...bool) (err error) {
|
|||
}
|
||||
err = site.Build()
|
||||
if err != nil {
|
||||
return
|
||||
return err
|
||||
}
|
||||
site.Stats()
|
||||
jww.FEEDBACK.Printf("in %v ms\n", int(1000*time.Since(startTime).Seconds()))
|
||||
|
|
Loading…
Reference in a new issue