mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 00:02:59 -04:00 
			
		
		
		
	don't ignore error message (#8550)
This commit is contained in:
		
							parent
							
								
									de4f10be86
								
							
						
					
					
						commit
						c748deef33
					
				| @ -136,7 +136,7 @@ func GetEditorconfig(ctx *context.APIContext) { | |||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	fileName := ctx.Params("filename") | 	fileName := ctx.Params("filename") | ||||||
| 	def, _ := ec.GetDefinitionForFilename(fileName) | 	def, err := ec.GetDefinitionForFilename(fileName) | ||||||
| 	if def == nil { | 	if def == nil { | ||||||
| 		ctx.NotFound(err) | 		ctx.NotFound(err) | ||||||
| 		return | 		return | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user