aboutsummaryrefslogtreecommitdiffstats
path: root/lib/component.server.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-30 08:00:19 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-30 08:11:45 +0000
commitfa79588be9c10edac27427dd2530b098abce3fea (patch)
tree7ada333f2468df8dab6e956f3000da3bb1703192 /lib/component.server.moon
parentfix inline code (diff)
downloadmmm-fa79588be9c10edac27427dd2530b098abce3fea.tar.gz
mmm-fa79588be9c10edac27427dd2530b098abce3fea.zip
REHYDRATION
Diffstat (limited to 'lib/component.server.moon')
-rw-r--r--lib/component.server.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/component.server.moon b/lib/component.server.moon
index 91858c0..85d97eb 100644
--- a/lib/component.server.moon
+++ b/lib/component.server.moon
@@ -32,7 +32,7 @@ class ReactiveVar
get: => @value
subscribe: (callback) =>
- error "attempting to subscribe to ReactiveVar serverside"
+ warn "attempting to subscribe to ReactiveVar serverside"
map: (transform) =>
ReactiveVar transform @value