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
I run into a problem that the ignore option doesn't ignore a infinite symlink directory and iterate its infinite files. I think the problem is this code which doesn't work as expected.
node-glob/src/ignore.ts
Lines 109 to 111 in ed22c06
Maybe I misunderstanding the purpose here, shouldn't this block
return
true rather single true?The text was updated successfully, but these errors were encountered: