We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b734da3 commit b3bfa51Copy full SHA for b3bfa51
lib/iex/lib/iex/helpers.ex
@@ -150,7 +150,7 @@ defmodule IEx.Helpers do
150
reenable_tasks(config)
151
152
force? = Keyword.get(options, :force, false)
153
- args = ["--purge-consolidation-path-if-stale", "--return-errors", consolidation]
+ args = ["--purge-consolidation-path-if-stale", consolidation, "--return-errors"]
154
args = if force?, do: ["--force" | args], else: args
155
156
{result, _} = Mix.Task.run("compile", args)
0 commit comments