Fix Destructive Extract v2

This commit is contained in:
2026-04-21 19:21:44 +02:00
parent c4c32fb463
commit 899534e9cd
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -229,6 +229,7 @@ func cleanupStaleFiles(p *project.Project, desired map[string]struct{}) (int, []
removed++
cleanupEmptyParents(filepath.Dir(path), p.SourceDir(), p.AssetsDir())
}
return removed, failures
}
BIN
View File
Binary file not shown.