fix(fs): convert async iterator syntax to manual read (#2550)

This commit is contained in:
Tim Ramage
2025-03-21 07:19:50 +00:00
committed by GitHub
parent a9cbefc910
commit 831c35ff39
3 changed files with 18 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"fs": "patch:bug"
"fs-js": "patch:bug"
---
Fix `writeFile` ReadableStream handling due to missing async iterator support on macOS platform