mirror of
https://github.com/lune-org/lune.git
synced 2025-04-11 22:10:53 +01:00
Merge branch 'main' into fix/table-recursion
This commit is contained in:
commit
0972b908b7
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ pub async fn copy(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fs::create_dir_all(target).await?;
|
||||||
|
|
||||||
// FUTURE: Write dirs / files concurrently
|
// FUTURE: Write dirs / files concurrently
|
||||||
// to potentially speed these operations up
|
// to potentially speed these operations up
|
||||||
for (_, dir) in &contents.dirs {
|
for (_, dir) in &contents.dirs {
|
||||||
|
|
Loading…
Add table
Reference in a new issue