mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00: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