Skip to content

Commit 3785e6f

Browse files
committed
Return errors on mix compile instead of raising
1 parent a89f8a9 commit 3785e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex/helpers.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ defmodule IEx.Helpers do
9999
reenable_tasks(config)
100100

101101
force? = Keyword.get(options, :force, false)
102-
args = ["--purge-consolidation-path-if-stale", consolidation]
102+
args = ["--purge-consolidation-path-if-stale", "--return-errors", consolidation]
103103
args = if force?, do: ["--force" | args], else: args
104104

105105
{result, _} = Mix.Task.run("compile", args)

0 commit comments

Comments
 (0)