mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
1146f068e1
* fix(fs): Make commands async to not block the main thread so long * more async * changefile
6 lines
131 B
Markdown
6 lines
131 B
Markdown
---
|
|
"fs": patch
|
|
---
|
|
|
|
Fixes an issue that caused the app to freeze when the `fs` plugin's read/write apis were used on large files.
|