Move diff from nspcc master and support branches #28
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ func (t *FSTree) Put(prm common.PutPrm) (common.PutRes, error) {
|
|||
var pe *fs.PathError
|
||||
if errors.As(err, &pe) && pe.Err == syscall.ENOSPC {
|
||||
err = common.ErrNoSpace
|
||||
_ = os.RemoveAll(p)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue