Skip to content

Commit

Permalink
fix: properly log unknown workspace command
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 20, 2024
1 parent 3236e14 commit 08d41bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next_ls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ defmodule NextLS do

_ ->
NextLS.Logger.show_message(
lsp.logger,
lsp.assigns.logger,
:warning,
"[Next LS] Unknown workspace command: #{command}"
)
Expand Down

0 comments on commit 08d41bd

Please sign in to comment.