mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
ea8eadce85
* fix(fs): inconsistency in guest-js & rust side * Update .changes/fix-fs-write-default-option.md
6 lines
153 B
Markdown
6 lines
153 B
Markdown
---
|
|
"fs": "patch"
|
|
"fs-js": "patch"
|
|
---
|
|
|
|
Fix incorrect `create` option default value for `writeFile` and `writeTextFile` which didn't match documentation. |