diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-30 08:00:19 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-30 08:11:45 +0000 |
| commit | fa79588be9c10edac27427dd2530b098abce3fea (patch) | |
| tree | 7ada333f2468df8dab6e956f3000da3bb1703192 /lib/component.server.moon | |
| parent | fix inline code (diff) | |
| download | mmm-fa79588be9c10edac27427dd2530b098abce3fea.tar.gz mmm-fa79588be9c10edac27427dd2530b098abce3fea.zip | |
REHYDRATION
Diffstat (limited to 'lib/component.server.moon')
| -rw-r--r-- | lib/component.server.moon | 2 |
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 |
