mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 22:49:23 +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
|
||||
|
||||
newEntry := entry.ShallowClone()
|
||||
|
Reference in New Issue
Block a user