This commit is contained in:
Philippe Caseiro 2022-06-29 16:27:21 +02:00
parent 57756e997b
commit ba62abb2b0
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ func (hr *APKRepository) urlIsPresent() (bool, error) {
line++
}
fmt.Printf("END\n")
if err := scanner.Err(); err != nil {
return false, err