Skip to content

Commit

Permalink
fix: set refresh refs to empty map if server not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Aug 22, 2024
1 parent 56181cc commit e250a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/next_ls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,8 @@ defmodule NextLS do
{ref, {token, "Compiled #{name}!"}}
end
end)
else
Map.new()
end

lsp =
Expand Down

0 comments on commit e250a60

Please sign in to comment.