aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-02 18:34:18 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-02 18:35:58 +0000
commit1fb8e4b2e621128e043ae4091f3e25d56b9d7cc2 (patch)
tree9b95ff4e17784aaee4c14372741f2a65d76d02fb /lib/debug.moon
parentadd logger (diff)
downloadalive-1fb8e4b2e621128e043ae4091f3e25d56b9d7cc2.tar.gz
alive-1fb8e4b2e621128e043ae4091f3e25d56b9d7cc2.zip
clean out old patching implementation
Diffstat (limited to 'lib/debug.moon')
-rw-r--r--lib/debug.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.moon b/lib/debug.moon
index c2d0d52..3b5df47 100644
--- a/lib/debug.moon
+++ b/lib/debug.moon
@@ -5,7 +5,7 @@ class out extends Op
@name = name\getc!
update: =>
- print "#{@name} << ", @chld\get!
+ L\print "@name", @chld\get!
{
:out