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

exists() hangs when it should return false #563

Open
snoblenet opened this issue Mar 19, 2024 · 1 comment
Open

exists() hangs when it should return false #563

snoblenet opened this issue Mar 19, 2024 · 1 comment

Comments

@snoblenet
Copy link

You'd expect this to echo true, and this is what happens:

:lua print(require('plenary.path'):new('.'):find_upwards('node_modules'):exists())

You'd expect this to echo false, but instead it just hangs:

:lua print(require('plenary.path'):new('.'):find_upwards('red_herring'):exists())
@YuseiUeno
Copy link

YuseiUeno commented Mar 25, 2024

maybe will fix by #562

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

No branches or pull requests

2 participants