We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c5c7d commit 196875cCopy full SHA for 196875c
apps/language_server/lib/language_server/build.ex
@@ -214,7 +214,7 @@ defmodule ElixirLS.LanguageServer.Build do
214
215
# We can get diagnostics if Mixfile fails to load
216
{mixfile_status, mixfile_diagnostics} =
217
- case Kernel.ParallelCompiler.compile([mixfile]) |> dbg do
+ case Kernel.ParallelCompiler.compile([mixfile]) do
218
{:ok, _, warnings} ->
219
{:ok, Enum.map(warnings, &Diagnostics.mixfile_diagnostic(&1, :warning))}
220
0 commit comments