Closed Shakakai closed 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!
This should be fixed now, thanks!
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!