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

Broken symlink returns only undefined #62

Open
garyking opened this issue May 11, 2018 · 3 comments
Open

Broken symlink returns only undefined #62

garyking opened this issue May 11, 2018 · 3 comments
Labels

Comments

@garyking
Copy link

garyking commented May 11, 2018

When running recursive on a dir with broken symlinks, undefined is returned for each one.

To test, create a dir, test/, and cd into it. Create a dir with touch a. Create a symlink with ln -s a b. Delete a with rm -rf a. Then run recursive on the test/ dir. A single undefined will be returned.

@jergason jergason added the bug label May 24, 2018
@jergason
Copy link
Owner

Oh dear, thanks for reporting this!

@Karacayli
Copy link

Hi guys, did you find a fix or a workaround for this issue?

@jrtechs
Copy link

jrtechs commented Feb 3, 2019

@garyking @jergason @Karacayli I have developed a solution to this issue after I came across a very similar issue. I will issue a PR ASAP with my fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants