Doesn't really work, but I'm starting to implement request headers

This commit is contained in:
2025-11-29 11:46:45 +00:00
parent 0ee35b2795
commit 0cfad78526
2 changed files with 13 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ use crate::
ROOT_DIR,
};
pub fn watch_files(file_list: &Vec<PathBuf>) -> u8
pub fn watch_files(file_list: &[PathBuf]) -> u8
{
let (tx, rx) = mpsc::channel::<Result<Event>>(); // Use recommended_watcher() to automatically select the best implementation