Add terminal links

This commit is contained in:
mo8it
2024-04-14 02:41:19 +02:00
parent 5c0073a948
commit bee62c89de
10 changed files with 59 additions and 28 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ pub enum WatchExit {
pub fn watch(
app_state: &mut AppState,
exercise_paths: &'static [&'static Path],
exercise_paths: &'static [&'static str],
) -> Result<WatchExit> {
let (tx, rx) = channel();
let mut debouncer = new_debouncer(