mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
hugolib: Improve error and reload handling of hook templates in server mode
Fixes #6635
This commit is contained in:
parent
0453683816
commit
8a58ebb311
8 changed files with 121 additions and 20 deletions
|
@ -88,6 +88,7 @@ type commandeer struct {
|
|||
doLiveReload bool
|
||||
fastRenderMode bool
|
||||
showErrorInBrowser bool
|
||||
wasError bool
|
||||
|
||||
configured bool
|
||||
paused bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue