diff --git a/plugins/fs/src/watcher.rs b/plugins/fs/src/watcher.rs index c175566b..69f12e42 100644 --- a/plugins/fs/src/watcher.rs +++ b/plugins/fs/src/watcher.rs @@ -37,7 +37,7 @@ pub struct WatchOptions { } #[tauri::command] -pub async fn watch( +pub fn watch( webview: Webview, paths: Vec, options: WatchOptions,