Skip to content

Commit 771c725

Browse files
authored
Update apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex
1 parent 7b00aa0 commit 771c725

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
@@ -20,7 +20,7 @@ defmodule ElixirLS.DebugAdapter.BreakpointCondition do
2020
Macro.Env.t(),
2121
String.t(),
2222
String.t() | nil,
23-
non_neg_integer
23+
String.t()
2424
) ::
2525
{:ok, {module, atom}} | {:error, :limit_reached}
2626
def register_condition(name \\ __MODULE__, module, line, env, condition, log_message, hit_count) do

0 commit comments

Comments
 (0)