fix(fs): writeFile create file by default (#2846)

This commit is contained in:
Tony
2025-07-15 09:46:43 +08:00
committed by GitHub
parent 6210cd31df
commit 44a1f65912
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
fs: patch
fs-js: patch
---
Fix `writeFile` doesn't create a new file by default when the data is a `ReadableStream`