Closed jwyld closed 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
Fixed via Issue #42
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