ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

copyDirRecursive does not use options object #107

Open pospi opened 8 years ago

pospi commented 8 years ago

I've found that only the forceDelete option is supported with copyDirRecursive. None of the other options from copyDirSyncRecursive are used.

Same issue causes #99.