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
|
def run(_) do
|
||||||
Application.ensure_all_started(:elixir_koans)
|
Application.ensure_all_started(:elixir_koans)
|
||||||
|
Code.compiler_options(ignore_module_conflict: true)
|
||||||
Watcher.start
|
Watcher.start
|
||||||
Runner.run
|
Runner.run
|
||||||
:timer.sleep(:infinity)
|
:timer.sleep(:infinity)
|
||||||
|
|||||||
Reference in New Issue
Block a user