diff --git a/apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex b/apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex index 95c08629c..294b5d17e 100644 --- a/apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex +++ b/apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex @@ -41,7 +41,7 @@ defmodule ElixirLS.DebugAdapter.BreakpointCondition do end @spec get_condition(module, non_neg_integer) :: - {Macro.Env.t(), String.t(), String.t(), String.t(), non_neg_integer} + {Macro.Env.t(), String.t(), String.t() | nil, String.t(), non_neg_integer} def get_condition(name \\ __MODULE__, number) do GenServer.call(name, {:get_condition, number}) end