fix(fs): Make read/write commands async to not block the main thread (#1477)

* fix(fs): Make commands async to not block the main thread so long

* more async

* changefile
This commit is contained in:
Fabian-Lars
2024-06-24 10:27:34 +02:00
committed by GitHub
parent 0ee590366b
commit 1146f068e1
2 changed files with 17 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"fs": patch
---
Fixes an issue that caused the app to freeze when the `fs` plugin's read/write apis were used on large files.