Add basic file watcher to run koans
This commit is contained in:
@@ -2,7 +2,10 @@ defmodule Mix.Tasks.Meditate do
|
||||
use Mix.Task
|
||||
|
||||
def run(_) do
|
||||
Application.ensure_all_started(:elixir_koans)
|
||||
Watcher.start
|
||||
Runner.run
|
||||
:timer.sleep(:infinity)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user