mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
fix(fs/wtacher): fix incorrect type for rename events (#947)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"fs-js": "patch"
|
||||
---
|
||||
|
||||
Fix incorrect `WatchEventKindModify` type for `rename` events.
|
||||
@@ -1150,7 +1150,7 @@ type WatchEventKindModify =
|
||||
| "extended"
|
||||
| "other";
|
||||
}
|
||||
| { kind: "name"; mode: "any" | "to" | "from" | "both" | "other" }
|
||||
| { kind: "rename"; mode: "any" | "to" | "from" | "both" | "other" }
|
||||
| { kind: "other" };
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user