Skip to content

Commit

Permalink
Update log.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
FissoreD authored Jun 27, 2024
1 parent 40ac403 commit 20cb9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-server/dm/log.ml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ let logs () = List.sort String.compare !logs
type event = string
type events = event Sel.Event.t list

[%% if coq = "8.18" || coq = "8.19"]
[%% if coq = "8.18" || coq = "8.19" || coq = "8.20"]
let feedback_add_feeder_on_Message f =
Feedback.add_feeder (fun fb ->
match fb.Feedback.contents with
Expand Down

0 comments on commit 20cb9d9

Please sign in to comment.