We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6730562 commit 9191e15Copy full SHA for 9191e15
lib/iex/lib/iex/helpers.ex
@@ -89,7 +89,7 @@ defmodule IEx.Helpers do
89
Code.delete_path(consolidation)
90
purge_protocols(consolidation)
91
92
- result = Mix.Task.run("compile")
+ {result, _} = Mix.Task.run("compile")
93
94
# Reenable consolidation and allow them to be loaded.
95
Code.prepend_path(consolidation)
0 commit comments