aboutsummaryrefslogtreecommitdiffstats
path: root/alv/rtnode.moon
diff options
context:
space:
mode:
Diffstat (limited to 'alv/rtnode.moon')
-rw-r--r--alv/rtnode.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/rtnode.moon b/alv/rtnode.moon
index 1580020..5fa4898 100644
--- a/alv/rtnode.moon
+++ b/alv/rtnode.moon
@@ -80,7 +80,7 @@ class RTNode
return unless self_dirty
- Error.wrap "ticking #{op}", @op\tick
+ Error.wrap "ticking #{@op}", @op\tick
__tostring: =>
buf = "<RT=#{@result}"