Recursively copying a directory into itself results in endless operation #83
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#83
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?
Is this expected behaviour?
When copying
/dirto the destination/dir/dir, I get a endless stream of sub-folders created, like/dir/dir/dir/dir, and the operation runs until the disk is full. It seems both sync and async versions are showing this behaviour.