You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When running
recursive
on a dir with broken symlinks,undefined
is returned for each one.To test, create a dir,
test/
, andcd
into it. Create a dir withtouch a
. Create a symlink withln -s a b
. Deletea
withrm -rf a
. Then runrecursive
on thetest/
dir. A singleundefined
will be returned.The text was updated successfully, but these errors were encountered: