Skip to content

Commit

Permalink
add missing alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Oct 30, 2023
1 parent ae44a04 commit a6ed3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/elixir_ls_debugger/lib/debugger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ElixirLS.Debugger do

use Application
alias ElixirLS.Debugger.Output
alias ElixirLS.Debugger.Server
alias ElixirLS.Debugger.{Server, BreakpointCondition, ModuleInfoCache}

@impl Application
def start(_type, _args) do
Expand Down

0 comments on commit a6ed3e2

Please sign in to comment.