Skip to content

Commit

Permalink
silence not existing watcher for now
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Mar 8, 2022
1 parent 92193c5 commit 3914df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl File {
match watcher.watch(&self.name, RecursiveMode::Recursive) {
Ok(_) => {}
Err(_) => {
eprintln!("Unable to watch {}", self.name);
// eprintln!("Unable to watch {}", self.name);
}
};
}
Expand Down

0 comments on commit 3914df3

Please sign in to comment.