Skip to content

Commit 18e755c

Browse files
committed
ignore error
1 parent 1be63d2 commit 18e755c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routers/web/repo/view.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,8 +715,7 @@ func checkCitationFile(ctx *context.Context, entry *git.TreeEntry) {
715715
// Read Citation file contents
716716
ctx.PageData["citationFileContent"], err = entry.Blob().GetBlobContent(setting.UI.MaxDisplayFileSize)
717717
if err != nil {
718-
ctx.ServerError("GetBlobContent", err)
719-
return
718+
log.Error("checkCitationFile: GetBlobContent: %v", err)
720719
}
721720
break
722721
}

0 commit comments

Comments
 (0)