mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
commands: Report build time on config.toml change
Fixes #4232 See #4224
This commit is contained in:
@@ -892,6 +892,7 @@ func (c *commandeer) getDirList() ([]string, error) {
|
||||
}
|
||||
|
||||
func (c *commandeer) recreateAndBuildSites(watching bool) (err error) {
|
||||
defer c.timeTrack(time.Now(), "Total")
|
||||
if err := c.initSites(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user