mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
refactor(fs)!: remove the unwatch permission (#3606)
There has been no `unwatch` command since v2.0 (`Watcher.close()` releases the resource), so `allow-unwatch` and `deny-unwatch` never granted anything.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"fs": major
|
||||
---
|
||||
|
||||
**Breaking:** Removed the `allow-unwatch` and `deny-unwatch` permissions. There has been no `unwatch` command since v2.0 (`Watcher.close()` releases the resource instead), so they never granted anything.
|
||||
Reference in New Issue
Block a user