mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-13 09:26:23 -07:00
Log error in rebuild boards action if it fails
This commit is contained in:
parent
d2ace418fa
commit
5e8804b9d2
1 changed files with 1 additions and 0 deletions
|
@ -426,6 +426,7 @@ func RegisterAdminPages() {
|
|||
}
|
||||
err = building.BuildBoards(false)
|
||||
if err != nil {
|
||||
errEv.Err(err).Caller().Msg("Unable to build boards")
|
||||
return "", err
|
||||
}
|
||||
if wantsJSON {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue