mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Remove superfluous Errorf
This commit is contained in:
parent
c1e4309516
commit
50182cd06b
1 changed files with 0 additions and 2 deletions
|
@ -553,8 +553,6 @@ func (s *Site) ReBuild(events []fsnotify.Event) error {
|
|||
|
||||
s.timerStep("read & convert pages from source")
|
||||
|
||||
fmt.Errorf("%v", errs)
|
||||
|
||||
s.setupPrevNext()
|
||||
if err = s.BuildSiteMeta(); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue