Skip to content

Commit 91cc731

Browse files
committed
Preserve explicit directory watch fallback
1 parent be7cb30 commit 91cc731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ fn resolve_watch_registrations(
574574
if immediate_parent.exists() {
575575
return Ok(vec![CompiledWatchTarget {
576576
path: immediate_parent.to_path_buf(),
577-
recursive: false,
577+
recursive: target.recursive,
578578
}]);
579579
}
580580

0 commit comments

Comments
 (0)