fix(fs): match default value of `create` option with js documentation (#865)
* fix(fs): inconsistency in guest-js & rust side * Update .changes/fix-fs-write-default-option.mdpull/874/head
parent
be5aebdec9
commit
ea8eadce85
@ -0,0 +1,6 @@
|
||||
---
|
||||
"fs": "patch"
|
||||
"fs-js": "patch"
|
||||
---
|
||||
|
||||
Fix incorrect `create` option default value for `writeFile` and `writeTextFile` which didn't match documentation.
|
Loading…
Reference in new issue