fix build in embedded_watcher
This commit is contained in:
parent
af99513005
commit
ec47b4cdcd
@ -39,7 +39,12 @@ impl EmbeddedWatcher {
|
|||||||
root_paths,
|
root_paths,
|
||||||
last_event: None,
|
last_event: None,
|
||||||
};
|
};
|
||||||
let watcher = new_asset_event_debouncer(root, debounce_wait_time, handler).unwrap();
|
let watcher = new_asset_event_debouncer(
|
||||||
|
root.to_string_lossy().to_string(),
|
||||||
|
debounce_wait_time,
|
||||||
|
handler,
|
||||||
|
)
|
||||||
|
.unwrap();
|
||||||
Self { _watcher: watcher }
|
Self { _watcher: watcher }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user