Skip to content

Commit

Permalink
Goals panel focus : change comment in lp_lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed Apr 17, 2024
1 parent 80073a5 commit 9a24661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp/lp_lsp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ let process_input ofmt (com : J.t) =
let bt = Printexc.get_backtrace () in
LIO.log_error "[BT]" bt;
LIO.log_error "process_input" (Printexc.to_string exn);
(*Send an "empty" answer with Null goals that will be treated specifically by the client*)
(*Send an "empty" answer with Null goals when exception occurs*)
let id = oint_field "id" (U.to_assoc com) in
let goals = None in
let logs = "" in
Expand Down

0 comments on commit 9a24661

Please sign in to comment.