Just return the error
This commit is contained in:
parent
fee69d3bc2
commit
644c6e6b41
|
@ -720,7 +720,7 @@ sub CopyTo {
|
|||
} # end foreach file.
|
||||
} # end if ! moved
|
||||
|
||||
return $error if $error;
|
||||
return $error;
|
||||
} # end sub CopyTo
|
||||
|
||||
sub MoveTo {
|
||||
|
|
Loading…
Reference in New Issue