diff options
Diffstat (limited to 'lib/debug.moon')
| -rw-r--r-- | lib/debug.moon | 2 |
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 |
