This commit is contained in:
Caleb Gardner
2024-06-23 06:48:40 -05:00
parent 6ed9df45fb
commit 3a35a85100
7 changed files with 35 additions and 6 deletions
+1
View File
@@ -172,6 +172,7 @@ func (b *Backend) actualCrashArchive(w http.ResponseWriter, ap App, toArchive Ar
if err == ErrNotFound {
return
} else if err != nil {
log.Println("error finding matching crashes:", err)
ReturnError(w, http.StatusInternalServerError, "internal", "Server error")
return
}