Skip to content

Commit

Permalink
oopsie B|
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr committed Nov 4, 2017
1 parent c343359 commit d7bed9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dusker/CopyFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static function copy(Event $event): void

foreach ($finder as $file) {
$dest = sprintf('%s/%s', $to, $file->getRelativePathname());

try {
$fs->copy($file, $dest);
} catch (IOException $e) {
Expand Down

0 comments on commit d7bed9a

Please sign in to comment.