We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6612b1 commit fe7968dCopy full SHA for fe7968d
bin/main.ml
@@ -810,7 +810,7 @@ let fswatch_command root_path =
810
not reliable (at least on Linux), so don't try to use it, instead act on all events.
811
*)
812
let use_fswatch =
813
- let excludes = List.(map (fun x -> ["--exclude"; x]) excludes |> concat) in
+ let excludes = List.(map ~f:(fun x -> ["--exclude"; x]) excludes |> concat) in
814
let args = [ "-r"; path; "-1" ] @ excludes in
815
"fswatch", args
816
in
0 commit comments