aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-07 22:08:22 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-07 22:15:46 +0000
commit30d805b26802ab215e7eac354184004466f0280b (patch)
tree5957128cbf1efa81276811daf6c17d2df20caf4c /lib/debug.moon
parentnew AST approach, testing (diff)
downloadalive-30d805b26802ab215e7eac354184004466f0280b.tar.gz
alive-30d805b26802ab215e7eac354184004466f0280b.zip
re-fix functions
Diffstat (limited to 'lib/debug.moon')
-rw-r--r--lib/debug.moon3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/debug.moon b/lib/debug.moon
index 3b5df47..f87b06a 100644
--- a/lib/debug.moon
+++ b/lib/debug.moon
@@ -4,7 +4,8 @@ class out extends Op
setup: (name, @chld) =>
@name = name\getc!
- update: =>
+ update: (dt) =>
+ @chld\update dt
L\print "@name", @chld\get!
{