Skip to content

Commit 57922dc

Browse files
committed
Fix file_type that got lost in #200
1 parent 7ee8b24 commit 57922dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cmd/vendor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,8 @@ pub fn copy_recursively(
772772
),
773773
cause,
774774
)
775-
})?)?;
775+
})?)?
776+
.file_type();
776777
if filetype.is_dir() {
777778
copy_recursively(
778779
entry.path(),

0 commit comments

Comments
 (0)