Carrooi / Node-FsMock

[ABANDONED] Mock for fs module
MIT License
7 stars 2 forks source link

createReadStream/createWriteStream not emitting 'open' events? #9

Closed eugirdor closed 9 years ago

eugirdor commented 9 years ago

As far as I can tell, the createReadStream and createWriteStream methods are not emitting 'open' events when they successfully open their respective streams.

davidkudera commented 9 years ago

Oops.. Thanks, do you want to create PR?

eugirdor commented 9 years ago

Sure, I can probably create one in the next couple of days.

davidkudera commented 9 years ago

That would be great, thank you :)

eugirdor commented 9 years ago

I issued a pull request, but it seems to fail on the build server for Node 0.9 complaining about the version of CoffeeScript. I didn't change the version it was using.