1
0
Fork 0
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:
Eggbertx 2023-05-13 09:07:48 -07:00
parent d2ace418fa
commit 5e8804b9d2

View file

@ -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 {