Remove async from `watch`

pull/2613/head
Tony 3 months ago
parent 260ece4e0c
commit 81def417cd
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -37,7 +37,7 @@ pub struct WatchOptions {
}
#[tauri::command]
pub async fn watch<R: Runtime>(
pub fn watch<R: Runtime>(
webview: Webview<R>,
paths: Vec<SafeFilePath>,
options: WatchOptions,

Loading…
Cancel
Save