mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 00:39:56 +08:00
fix go test
This commit is contained in:
@@ -148,6 +148,10 @@ func (fs *FilerServer) DownloadToLocal(ctx context.Context, req *filer_pb.Downlo
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if fetchAndWriteErr != nil {
|
||||||
|
return nil, fetchAndWriteErr
|
||||||
|
}
|
||||||
|
|
||||||
garbage := entry.Chunks
|
garbage := entry.Chunks
|
||||||
|
|
||||||
newEntry := entry.ShallowClone()
|
newEntry := entry.ShallowClone()
|
||||||
|
Reference in New Issue
Block a user