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

Use async file access #577

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Use async file access #577

merged 1 commit into from
Dec 6, 2024

Conversation

bmish
Copy link
Owner

@bmish bmish commented Dec 6, 2024

This seems to fix an issue where jest test snapshots of the output files have text cutoff at the end starting in Node 20. Could be an issue related to mock-fs.

It should be better practice to use the async methods anyway, especially for dealing with large file performance.

Unblocks:

Verified

This commit was signed with the committer’s verified signature.
MadVikingGod Aaron Clawson
@bmish bmish added the internal label Dec 6, 2024
@bmish bmish changed the title Async file access Use async file access Dec 6, 2024
@bmish bmish added bug Something isn't working and removed internal labels Dec 6, 2024
@bmish bmish marked this pull request as ready for review December 6, 2024 21:58
@bmish bmish merged commit 84192e3 into main Dec 6, 2024
2 checks passed
@bmish bmish deleted the async-file-acccess branch December 6, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant