diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-07 22:08:22 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-07 22:15:46 +0000 |
| commit | 30d805b26802ab215e7eac354184004466f0280b (patch) | |
| tree | 5957128cbf1efa81276811daf6c17d2df20caf4c /lib/debug.moon | |
| parent | new AST approach, testing (diff) | |
| download | alive-30d805b26802ab215e7eac354184004466f0280b.tar.gz alive-30d805b26802ab215e7eac354184004466f0280b.zip | |
re-fix functions
Diffstat (limited to 'lib/debug.moon')
| -rw-r--r-- | lib/debug.moon | 3 |
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! { |
