Skip to content

Commit 4da1f87

Browse files
authored
Merge pull request #1201 from elixir-lsp/codex/update-return-tuple-in-@SPEC
Fix spec for log message in breakpoint condition
2 parents 08d8f5c + b65385f commit 4da1f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule ElixirLS.DebugAdapter.BreakpointCondition do
4949
end
5050

5151
@spec get_condition(module, non_neg_integer) ::
52-
{Macro.Env.t(), String.t(), String.t(), String.t(), non_neg_integer}
52+
{Macro.Env.t(), String.t(), String.t() | nil, String.t(), non_neg_integer}
5353
def get_condition(name \\ __MODULE__, number) do
5454
GenServer.call(name, {:get_condition, number})
5555
end

0 commit comments

Comments
 (0)