Skip to content

Commit

Permalink
Fix for #169
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Oct 21, 2024
1 parent eb2a244 commit b273221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/lsp_server_metta/prolog/lsp_server_metta.pl
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@

:- discontiguous(handle_msg/3).

handle_msg(Method, Msg, Response):- update_changed_files,
handle_msg(Method, Msg, Response):-
lsp_hooks:handle_msg_hook(Method, Msg, Response),!.

% messages (with a response)
Expand Down

0 comments on commit b273221

Please sign in to comment.