mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: update dependencies (#11856)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
c84532b6d5
commit
1bf7b90ca8
22 changed files with 257 additions and 216 deletions
|
@ -222,7 +222,7 @@ fn new_watcher(
|
|||
let changed_paths = Arc::clone(&debounce.changed_paths);
|
||||
|
||||
let mut watcher: RecommendedWatcher =
|
||||
Watcher::new_immediate(move |res: Result<NotifyEvent, NotifyError>| {
|
||||
Watcher::new(move |res: Result<NotifyEvent, NotifyError>| {
|
||||
if let Ok(event) = res {
|
||||
if matches!(
|
||||
event.kind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue