Skip to content

Commit 9191e15

Browse files
author
José Valim
committed
Only return noop / ok / error from recompile helper
1 parent 6730562 commit 9191e15

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
@@ -89,7 +89,7 @@ defmodule IEx.Helpers do
8989
Code.delete_path(consolidation)
9090
purge_protocols(consolidation)
9191

92-
result = Mix.Task.run("compile")
92+
{result, _} = Mix.Task.run("compile")
9393

9494
# Reenable consolidation and allow them to be loaded.
9595
Code.prepend_path(consolidation)

0 commit comments

Comments
 (0)