diff --git a/updater/main.go b/updater/main.go index 83f28682..e5011acb 100644 --- a/updater/main.go +++ b/updater/main.go @@ -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++ diff --git a/updater/updater.exe b/updater/updater.exe index 6977afea..204389b6 100644 --- a/updater/updater.exe +++ b/updater/updater.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a95da5b4caf70f74c315328045ee6b0a857036350e6124538bb3d39841356a8f -size 8631808 +oid sha256:536519ee3d7defd514e8f62dc38af682dca9c2f620585f74770bcbd35225fb0c +size 8631296