eldargab / node-fake-fs

Fake node.js file system for testing
32 stars 5 forks source link

Support passing an options object or encoding. #11

Closed eventualbuddha closed 9 years ago

eventualbuddha commented 9 years ago

As of node v0.10.0, readFile/writeFile/etc take either the encoding string as v0.8.0 did or an object with an encoding key. This updates the API to allow either argument, as v0.10.0 does.

eldargab commented 9 years ago

Thanks, I'll make a release as soon as return at home