mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-11 12:37:34 +02:00
c60123093d
* fix(fs): fix panic due to unwrap & truncate by default closes #846 * fmt and change file
7 lines
126 B
Markdown
7 lines
126 B
Markdown
---
|
|
"fs": "patch"
|
|
"fs-js": "patch"
|
|
---
|
|
|
|
Fix panic when using `writeFile` or `writeTextFile` without passing an option object.
|