Skip to content

Commit 5db337a

Browse files
committed
fix: properly log unknown workspace command
1 parent b120cce commit 5db337a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/next_ls.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ defmodule NextLS do
777777

778778
_ ->
779779
NextLS.Logger.show_message(
780-
lsp.logger,
780+
lsp.assigns.logger,
781781
:warning,
782782
"[Next LS] Unknown workspace command: #{command}"
783783
)

0 commit comments

Comments
 (0)