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