Skip to content

Commit

Permalink
return correct map when handling DOWN message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jan 12, 2024
1 parent 7d60107 commit e86c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/language_server/lib/language_server/parser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ defmodule ElixirLS.LanguageServer.Parser do

updated_parse_pids =
if updated_by_ref == %{} do
updated_by_ref
updated_parse_pids
else
Map.put(updated_parse_pids, ref, updated_by_ref)
end
Expand Down

0 comments on commit e86c4de

Please sign in to comment.