Skip to content

Commit b3bfa51

Browse files
committed
Pass proper path to consolidation in IEx recompile
1 parent b734da3 commit b3bfa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex/helpers.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ defmodule IEx.Helpers do
150150
reenable_tasks(config)
151151

152152
force? = Keyword.get(options, :force, false)
153-
args = ["--purge-consolidation-path-if-stale", "--return-errors", consolidation]
153+
args = ["--purge-consolidation-path-if-stale", consolidation, "--return-errors"]
154154
args = if force?, do: ["--force" | args], else: args
155155

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

0 commit comments

Comments
 (0)