no way to remove directory with contents #71
Labels
No labels
Bug
Enhancement
Feature Request
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/wrench-js#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In previous releases (such as 1.3.9) it was possible to delete directories that were not empty.
In 1.5 the default changed but in 1.5.4 there is no way to override and have the deletion complete.
There is a failSilent flag but this comment indicates that at one time there was also a forceDelete override.
forceDelete is a very useful feature and its available for copy so I'm guessing this was an unintended change, possibly due to the recent merge conflicts.
Also, please consider using git tags to track releases so previous versions are more easily viewable.
You're correct, this should be available. I'm unable to directly handle this at the moment, but anyone who submits pull requests I'm happy to pipeline up provided there's a test accompanying it.