ryanmcgrath / wrench-js

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

commit for issue #39 broke copyDirSyncRecursive() #41

Closed jwyld closed 12 years ago

jwyld commented 12 years ago

commit c382a83171ed97c163f2ee66b7451a36b9fa12fc broke copyDirSyncRecursive().

On line 197, opts.preserveFiles is accessed, but opts can be undefined.

Also, I see no documentation for opts, and every test added for #39 only called the function with opts set

ryanmcgrath commented 12 years ago

Fixed via Issue #42