Skip to content

Commit

Permalink
Fix UNIT_NAME bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liam923 committed Jun 19, 2024
1 parent cb1bf03 commit 81b01f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dot-merlin/dot_merlin_reader.ml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ let postprocess cfg =
(dirs :> Merlin_dot_protocol.directive list)
)
; (cfg.pass_forward :> Merlin_dot_protocol.directive list)
; cfg.unit_name |> Option.map ~f:(fun name -> `UNIT_NAME name) |> Option.to_list
; List.concat_map pkg_paths ~f:(fun p -> [ `B p; `S p ])
; ppx
; List.map failures ~f:(fun s -> `ERROR_MSG s)
Expand Down

0 comments on commit 81b01f6

Please sign in to comment.