mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	print err
This commit is contained in:
		@@ -37,7 +37,7 @@ func Commits(ctx *middleware.Context, params martini.Params) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		ctx.Handle(404, "repo.Commits", nil)
 | 
			
		||||
		ctx.Handle(404, "repo.Commits", err)
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user