aboutsummaryrefslogtreecommitdiffstats
path: root/app/component.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-07-11 22:37:51 +0000
committers-ol <s-ol@users.noreply.github.com>2018-07-11 22:39:43 +0000
commitdacc8296bc2cea87a726a71ef15baa26e9176c4e (patch)
treeb08fba410917e208f718329dfadff6a7247c66cb /app/component.moon
parentupdate realities.moon (diff)
downloadmmm-dacc8296bc2cea87a726a71ef15baa26e9176c4e.tar.gz
mmm-dacc8296bc2cea87a726a71ef15baa26e9176c4e.zip
towards env-agnostic component.moon
Diffstat (limited to 'app/component.moon')
-rw-r--r--app/component.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/component.moon b/app/component.moon
index f0bc77f..fc29f8c 100644
--- a/app/component.moon
+++ b/app/component.moon
@@ -95,7 +95,7 @@ class ReactiveElement
table.insert @_subscriptions, child\subscribe (...) -> @append ...
child = child\get!
if 'string' == type child
- print 'WARN: string from ReactiveVar implicitly converted to TextNode, updating may fail'
+ warn 'string from ReactiveVar implicitly converted to TextNode, updating may fail'
child = asnode child
ok, last = pcall asnode, last