ryanmcgrath / wrench-js

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

copyDirSyncRecursive: Remove obsolete typeof check #67

Closed Krinkle closed 10 years ago

Krinkle commented 10 years ago

Variable opts is never undefined at this point because of opts = opts || {};.