Skip to content

Commit 81def41

Browse files
committed
Remove async from watch
1 parent 260ece4 commit 81def41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/fs/src/watcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub struct WatchOptions {
3737
}
3838

3939
#[tauri::command]
40-
pub async fn watch<R: Runtime>(
40+
pub fn watch<R: Runtime>(
4141
webview: Webview<R>,
4242
paths: Vec<SafeFilePath>,
4343
options: WatchOptions,

0 commit comments

Comments
 (0)