Update wrench.js #59
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#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
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?
Fixes a bug (not sure if has been reported).
copyDirRecursivecalls itself from thermdirRecursivecallback when newDir exists. It should call itself with the original copyDirRecursive arguments, not the callback arguments.Also
fun.apply(thisArg, argsArray)expects argsArray to be an array (see here) butargumentsis not an array (see here)Very similar to pull request 56 (I wrote my code before I noticed danielholmes did a similar fix).
Heeeey so yeah this looks fine let's merge this sure.
Only ~2 months late on my part. You rock.