mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-10 16:27:05 +02:00
3e78173df9
* fix(fs): ignore metadata error while reading dir entries closes #2014 * remove package manager
8 lines
122 B
Markdown
8 lines
122 B
Markdown
---
|
|
"fs": "patch"
|
|
"fs-js": "patch"
|
|
---
|
|
|
|
Fix `readDir` function failing to read directories that contain broken symlinks.
|
|
|