Merge branch 'main' into fix/table-recursion

This commit is contained in:
Erica Marigold 2024-02-25 15:47:34 +05:30 committed by GitHub
commit 0972b908b7
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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 {