Remove the last exit from Display

This commit is contained in:
Felipe Sere
2016-04-27 20:59:51 +01:00
parent b01727f9b8
commit fb56540193
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ defmodule Mix.Tasks.Meditate do
koan
else
Display.invalid_koan(koan, Runner.modules)
exit(:normal)
end
end
end