mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix go test
This commit is contained in:
parent
1f35d32be0
commit
e2aa3cf63b
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue