deprecated

This commit is contained in:
Mayel de Borniol 2022-10-07 09:01:04 +13:00
parent b130d93ac9
commit 8fe32eae51

View file

@ -154,7 +154,6 @@ defmodule Mix.Tasks.Bonfire.Dep.Compile do
match?({:ok, _}, res)
catch
kind, reason ->
stacktrace = System.stacktrace()
app = dep.app
Mix.shell().error(
@ -163,7 +162,7 @@ defmodule Mix.Tasks.Bonfire.Dep.Compile do
"with \"mix deps.update #{app}\" or clean it with \"mix deps.clean #{app}\""
)
:erlang.raise(kind, reason, stacktrace)
:erlang.raise(kind, reason, __STACKTRACE__)
end
end)
end