Skip to content

Commit

Permalink
lsp: fix meta numbering reset (issue Deducteam#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Apr 26, 2024
1 parent 5f606fa commit 5839c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pure/pure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ let parse_text : state -> fname:string -> string -> Command.t list * state =
fun (t,st) ~fname s ->
let dk_syntax = Filename.check_suffix fname dk_src_extension in
try
LibMeta.reset_meta_counter();
Time.restore t;
let ast =
let strm =
Expand Down

0 comments on commit 5839c6d

Please sign in to comment.