Skip to content

Commit a6ed3e2

Browse files
committed
add missing alias
1 parent ae44a04 commit a6ed3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/elixir_ls_debugger/lib/debugger.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ElixirLS.Debugger do
55

66
use Application
77
alias ElixirLS.Debugger.Output
8-
alias ElixirLS.Debugger.Server
8+
alias ElixirLS.Debugger.{Server, BreakpointCondition, ModuleInfoCache}
99

1010
@impl Application
1111
def start(_type, _args) do

0 commit comments

Comments
 (0)