Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Oct 31, 2023
1 parent 25c5c7d commit 196875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/language_server/lib/language_server/build.ex
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ defmodule ElixirLS.LanguageServer.Build do

# We can get diagnostics if Mixfile fails to load
{mixfile_status, mixfile_diagnostics} =
case Kernel.ParallelCompiler.compile([mixfile]) |> dbg do
case Kernel.ParallelCompiler.compile([mixfile]) do
{:ok, _, warnings} ->
{:ok, Enum.map(warnings, &Diagnostics.mixfile_diagnostic(&1, :warning))}

Expand Down

0 comments on commit 196875c

Please sign in to comment.