[yabridgectl] Add a todo about orphans in subdirs

This commit is contained in:
Robbert van der Helm
2021-01-04 13:49:06 +01:00
parent 37c43970f3
commit 4b461e44a1
+1
View File
@@ -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)