new features in copyDirRecursive #55
No reviewers
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#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
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?
Fixed an issue with error handling in 'rmdirRecursive'
changed the way copyDirRecursive works.
Mmm, the behavior of
forceDeleteis the way I think I want this library to stay, as it's what people seemed to be largely expecting (and then were getting subsequently confused by) when they used the library. The way you're doing it is akin to what we had before.I'm confused by what you mean when you say you "added"
inflateHiddenSymlinksandexcludeHiddenUnix- those already existed in the library. Did you mean to say you fixed them...?Ok. I'll fix what i did.
About inflateHiddenSymlinks and excludeHiddenUnix: Those were in the 'sync' version of the function but not in this one.
Can the documentation be updated for the forceDelete -> preserve change?
I borrowed a few things from this, but basically ended up cherry picking from a few different pull requests. 5 months late, but thanks yo.