-
Notifications
You must be signed in to change notification settings - Fork 87
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
Error: ENOENT: no such file or directory, stat '/home/oradicke/.kde/cache-subtux' #42
Comments
using my fork: just remove this package and add mine
so you should have this in your package.json
then you could use the |
Problem: When traversing a directory containig broken symbolic links, said links throw error before we have a chance to ignore them, which we might want to. Solution: When encountering error code `ENOENT` make `lstat` call which doesn't fail on broken links due to not following them. It is up to the user then to check if he needs to ignore this particular link via ignore function or pattern. Fixes jergason#42
@jergason do you have any opinion on the fix? I tried to leave almost everything as is. The only difference is that in a case of |
@lonelyelk I've try to push my PR, but jergason don't allow.. see #43. The only option is to use my PR which I and some people use since about 4 month without problems.. |
@popod yeah, I've seen that. Since it is rejected due to it changing API in a way that maintainer doesn't like, I suggested another fix that does not change API. |
@lonelyelk this is not a problem about broken changes in the API: my PR don't break anything ! If you have something to suggest, I'm open (but I think the right place to talk about this is in #43) |
Hi jeragason,
nice packet! But I think there is an issue with broken symbolic link.
What can I do for ignoring broken symbolic links?
Best regards
Olaf
The text was updated successfully, but these errors were encountered: