Skip to content

Commit 0fd8d0d

Browse files
committed
Fix get_condition spec
1 parent 53f66f4 commit 0fd8d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex

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

4343
@spec get_condition(module, non_neg_integer) ::
44-
{Macro.Env.t(), String.t(), String.t(), String.t(), non_neg_integer}
44+
{Macro.Env.t(), String.t(), String.t() | nil, String.t(), non_neg_integer}
4545
def get_condition(name \\ __MODULE__, number) do
4646
GenServer.call(name, {:get_condition, number})
4747
end

0 commit comments

Comments
 (0)