1
0
Audrius Butkevicius 11 жил өмнө
parent
commit
87780a5b7e

+ 1 - 1
internal/ignore/ignore.go

@@ -214,7 +214,7 @@ func parseIgnoreFile(fd io.Reader, currentFile string, seen map[string]bool) (*M
 			}
 		}
 		if err != nil {
-			return nil, err
+			return &exps, err
 		}
 	}