Fix Destructive Extract v2
This commit is contained in:
@@ -229,6 +229,7 @@ func cleanupStaleFiles(p *project.Project, desired map[string]struct{}) (int, []
|
|||||||
removed++
|
removed++
|
||||||
cleanupEmptyParents(filepath.Dir(path), p.SourceDir(), p.AssetsDir())
|
cleanupEmptyParents(filepath.Dir(path), p.SourceDir(), p.AssetsDir())
|
||||||
}
|
}
|
||||||
|
|
||||||
return removed, failures
|
return removed, failures
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user