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: work around bug in readdir in graceful-fs #1120

Merged
merged 2 commits into from
Jun 27, 2022
Merged

Conversation

dsanders11
Copy link
Member

Subtle bug got introduced by #1119, due to shifting the version of graceful-fs from 4.2.6 to 4.2.10. That version of graceful-fs doesn't play nice with Electron. Rather than muck around with versions of graceful-fs (transitive dependency), just use a workaround for the issue until it is fixed in a later version of graceful-fs.

@dsanders11 dsanders11 marked this pull request as draft June 26, 2022 08:54
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.979% when pulling 8583535 on dsanders11-patch-1 into 405ef0e on main.

@dsanders11 dsanders11 marked this pull request as ready for review June 26, 2022 22:53
@dsanders11 dsanders11 merged commit 57adef9 into main Jun 27, 2022
@dsanders11 dsanders11 deleted the dsanders11-patch-1 branch June 27, 2022 20:42
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.

None yet

3 participants