Just return the error

This commit is contained in:
Isaac Connor 2021-10-28 11:48:08 -04:00
parent fee69d3bc2
commit 644c6e6b41
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ sub CopyTo {
} # end foreach file.
} # end if ! moved
return $error if $error;
return $error;
} # end sub CopyTo
sub MoveTo {