mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 23:08:20 +00:00
Insignificant typo correction in console output (#177)
This commit is contained in:
parent
2c9d140c22
commit
0f117eaac7
@ -67,7 +67,7 @@
|
||||
cached)
|
||||
(let [query-id (first-in-vector query-v)
|
||||
handler-fn (get @qid->fn query-id)]
|
||||
(console :warn "Subscription crerated: " query-v)
|
||||
(console :warn "Subscription created: " query-v)
|
||||
(if-not handler-fn
|
||||
(console :error "re-frame: no subscription handler registered for: \"" query-id "\". Returning a nil subscription."))
|
||||
(cache-and-return query-v [] (handler-fn app-db query-v)))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user