ryanmcgrath / wrench-js

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

Typeof typo causes error running wrench.js #53

Closed magee closed 11 years ago

magee commented 11 years ago

Using meteor-mocha-web repository that uses wrench.js. Got "Unexpected Identifier" line 296 when trying to run "mrt add mocha-web"

ryanmcgrath commented 11 years ago

If you pull 1.5.1 I literally just fixed this. x_X;

Thanks for the quick pull request! Let me know if you see other issues?

magee commented 11 years ago

Will do.