check: Don't break on URL parsing error.
This commit is contained in:
parent
996bee7eb6
commit
a55be0e8bf
@ -117,7 +117,7 @@ func walkLibrary(path string) (<-chan string, error) {
|
||||
loc, err := decodeLocation(t.Location)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
break
|
||||
continue
|
||||
}
|
||||
paths <- loc
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user