mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
[yabridgectl] Add a todo about orphans in subdirs
This commit is contained in:
@@ -329,6 +329,7 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Move this elsewhere
|
// TODO: Move this elsewhere
|
||||||
|
// TODO: This can leave behind empty directories if we remove a subdirectory
|
||||||
orphan_files.extend(
|
orphan_files.extend(
|
||||||
WalkDir::new(yabridge_vst3_home())
|
WalkDir::new(yabridge_vst3_home())
|
||||||
.follow_links(true)
|
.follow_links(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user