Ignore warnings about redefining modules. It's fine.

This commit is contained in:
Uku Taht
2015-12-17 01:21:44 +00:00
parent 94ff8b63b4
commit ff10864395

View File

@@ -3,6 +3,7 @@ defmodule Mix.Tasks.Meditate do
def run(_) do
Application.ensure_all_started(:elixir_koans)
Code.compiler_options(ignore_module_conflict: true)
Watcher.start
Runner.run
:timer.sleep(:infinity)