Ignore warnings about redefining modules. It's fine.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user