Doesn't really work, but I'm starting to implement request headers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user