Skip to content

Commit 8cc7593

Browse files
committed
fix build on 1.13
1 parent bfd14c8 commit 8cc7593

File tree

1 file changed

+1
-1
lines changed
  • apps/debug_adapter/lib/debug_adapter

1 file changed

+1
-1
lines changed

apps/debug_adapter/lib/debug_adapter/code.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule ElixirLS.DebugAdapter.Code do
2828
end
2929

3030
def env_for_eval(opts) when is_list(opts) do
31-
env = elixir_env.new()
31+
env = :elixir_env.new()
3232

3333
line =
3434
case Keyword.get(opts, :line) do

0 commit comments

Comments
 (0)