ryanmcgrath / wrench-js

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

Syntax error on master #61

Closed Shakakai closed 11 years ago

Shakakai commented 11 years ago

Just pulled master and ran into a minor syntax error:

.../node_modules/wrench/lib/wrench.js:296 if(typof failSilent === 'function') ^^^^^^^^^^

"typof" should be "typeof" - I changed that in my code locally and it works great. Thanks for the library!

ryanmcgrath commented 11 years ago

This should be fixed now, thanks!