fixed line where recursive_paths are watched non-recursively

This commit is contained in:
Adit 2024-04-29 22:47:22 -05:00
parent e0084e69f8
commit ee2bd053d5
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ pub async fn get_args() -> Result<(Args, Option<WorkerGuard>)> {
canonicalize(project_origin.join(path)).into_diagnostic()
}
}
.map(WatchedPath::non_recursive)
.map(WatchedPath::recursive)
})
.chain(take(&mut args.non_recursive_paths).into_iter().map(|path| {
{