format
This commit is contained in:
parent
8ce545bb0d
commit
3ff8206ab4
@ -106,7 +106,10 @@ fn file_extension(filename: &Path) -> Option<&str> {
|
|||||||
filename.extension().and_then(OsStr::to_str)
|
filename.extension().and_then(OsStr::to_str)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn watch_folder(receiver: Receiver<notify::DebouncedEvent>, sources: Arc<Mutex<Vec<String>>>) {
|
pub async fn watch_folder(
|
||||||
|
receiver: Receiver<notify::DebouncedEvent>,
|
||||||
|
sources: Arc<Mutex<Vec<String>>>,
|
||||||
|
) {
|
||||||
while let Ok(res) = receiver.recv() {
|
while let Ok(res) = receiver.recv() {
|
||||||
match res {
|
match res {
|
||||||
Create(new_path) => {
|
Create(new_path) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user