Update updater

This commit is contained in:
2025-03-28 18:02:01 +01:00
parent b229d54185
commit f6053d40fa
2 changed files with 4 additions and 3 deletions

View File

@@ -199,7 +199,8 @@ func LoadLocalHashes(path string) (*sync.Map, error) {
line := scanner.Text()
parts := strings.Split(line, " ")
if len(parts) != 2 {
return nil, fmt.Errorf("invalid line: %s", line)
Warning.Printf("invalid line: %s", line)
continue
}
hashes.Store(parts[0], parts[1])
count++

BIN
updater/updater.exe (Stored with Git LFS)

Binary file not shown.