fix: filename char mapping while build index
This commit is contained in:
@ -63,7 +63,7 @@ func BuildIndex(ctx context.Context, indexPaths, ignorePaths []string, maxDepth
|
||||
if indexPath == "/" {
|
||||
return nil
|
||||
}
|
||||
err = instance.Index(ctx, path.Dir(indexPath), info)
|
||||
err = Index(ctx, path.Dir(indexPath), info)
|
||||
if err != nil {
|
||||
return err
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user