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

Ignore stat errors that are not ENOENT #295

Merged
merged 1 commit into from
Oct 7, 2016
Merged

Ignore stat errors that are not ENOENT #295

merged 1 commit into from
Oct 7, 2016

Conversation

isaacs
Copy link
Owner

@isaacs isaacs commented Sep 29, 2016

Fix #245

This works around cases in Windows systems where we can see that a file
exists on the directory listing, but the stat/lstat call fails for some
reason other than ENOENT or ENOTDIR.

@coveralls
Copy link

coveralls commented Sep 29, 2016

Coverage Status

Coverage increased (+0.05%) to 93.833% when pulling 004ec94 on fix-245 into 12be3fc on master.

@coveralls
Copy link

coveralls commented Sep 29, 2016

Coverage Status

Coverage increased (+0.05%) to 93.833% when pulling c635c9e on fix-245 into 12be3fc on master.

@coveralls
Copy link

coveralls commented Sep 29, 2016

Coverage Status

Coverage increased (+0.05%) to 93.727% when pulling 1849bf7 on fix-245 into cea11fe on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 93.727% when pulling 1849bf7 on fix-245 into cea11fe on master.

Fix #245

This works around cases in Windows systems where we can see that a file
exists on the directory listing, but the stat/lstat call fails for some
reason other than ENOENT or ENOTDIR.
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.

2 participants