aboutsummaryrefslogtreecommitdiff
path: root/lib/toglx/escript.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toglx/escript.ex')
-rw-r--r--lib/toglx/escript.ex5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/toglx/escript.ex b/lib/toglx/escript.ex
index a50c5b1..a3b68cc 100644
--- a/lib/toglx/escript.ex
+++ b/lib/toglx/escript.ex
@@ -20,4 +20,9 @@ defmodule Toglx.Escript do
|> IO.inspect
end
+ def run(%{cmd: "continue"}) do
+ Toglx.submit_continue_event
+ |> IO.inspect
+ end
+
end