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

Fix/1780 more robust fs #1783

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Captainfl4me
Copy link

This pull request aims to fix this issue #1780. This issue is create by the libuv that sometimes can return nil type, therefore breaking the directory filter after a fs_readdir in the mason file system wrapper. To mitigate that I used the same fix as in this issue and use the fs_stat function if the type is not find by the fs_readdir function.

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

Successfully merging this pull request may close these issues.

1 participant