diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-07-11 22:37:51 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-07-11 22:39:43 +0000 |
| commit | dacc8296bc2cea87a726a71ef15baa26e9176c4e (patch) | |
| tree | b08fba410917e208f718329dfadff6a7247c66cb /app/component.moon | |
| parent | update realities.moon (diff) | |
| download | mmm-dacc8296bc2cea87a726a71ef15baa26e9176c4e.tar.gz mmm-dacc8296bc2cea87a726a71ef15baa26e9176c4e.zip | |
towards env-agnostic component.moon
Diffstat (limited to 'app/component.moon')
| -rw-r--r-- | app/component.moon | 2 |
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 |
