Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix] Work fine with io.js #5

Merged
merged 2 commits into from
Apr 5, 2015

Conversation

naokiy
Copy link
Contributor

@naokiy naokiy commented Apr 5, 2015

I found a bug.

The second argument of fs.createReadStream() must be object. but it's string in v1.0.1.

io.js use this value as prototype of new object (see https://github.com/iojs/io.js/blob/v1.x/lib/fs.js ), so error occurs.

I think this is why hexo's tests failed.

Second argument of fs.createReadStream() must be object.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.33% when pulling bdf7f66 on naokiy:bugfix_createreadstream into a465938 on tommy351:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.33% when pulling bdf7f66 on naokiy:bugfix_createreadstream into a465938 on tommy351:master.

tommy351 added a commit that referenced this pull request Apr 5, 2015
@tommy351 tommy351 merged commit 396381c into hexojs:master Apr 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants