0.2.7 added symlinks resolution, but by the looks of it it might enter an infinite loop or just be extremely slow due to how node_modules are linked to each other in pnpm
i've just released 0.2.9 that reverts symlinks resolution until we figure out a fix
can reproduce with a directory symlink that points to a parent directory of itself, upstream fdir issue: thecodrr/fdir#125
issue has been fixed upstream thecodrr/fdir#126, not released yet
will update the comment as any developments happen