AvianFlu / ncp

Asynchronous recursive file copying with Node.js.
MIT License
680 stars 103 forks source link

Fix early callback and possible duplicate copies when clobbering files #94

Open maxg opened 9 years ago

maxg commented 9 years ago

One-line fix for issue #71 and others documenting the same problem. Please feel free to take the fix without the test if fs function swizzling is not your thing.