Skip to content

Commit

Permalink
Merge branch 'main' into fix/table-recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Feb 25, 2024
2 parents 680f333 + baa0342 commit 0972b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lune/builtins/fs/copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ pub async fn copy(
}
}

fs::create_dir_all(target).await?;

// FUTURE: Write dirs / files concurrently
// to potentially speed these operations up
for (_, dir) in &contents.dirs {
Expand Down

0 comments on commit 0972b90

Please sign in to comment.