X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/b8b0a6c9cb43d52aece4020163b612cfe87de898..2b7fabb5a1ff6092dd3ea62bd882dd0c02951b81:/hotline/files.go?ds=inline diff --git a/hotline/files.go b/hotline/files.go index 9357bdb..dcabf9d 100644 --- a/hotline/files.go +++ b/hotline/files.go @@ -123,7 +123,7 @@ func getFileNameList(path string, ignoreList []string) (fields []Field, err erro strippedName := strings.ReplaceAll(file.Name(), ".incomplete", "") strippedName, err = txtEncoder.String(strippedName) if err != nil { - return nil, err + continue } nameSize := make([]byte, 2)