temp trace: "mounting.. state name"
This commit is contained in:
parent
69a592cec6
commit
31f92fd52c
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@
|
|||
:status #{:stopped}}
|
||||
stop (assoc :stop `(fn [] ~stop)))]
|
||||
`(do
|
||||
(log (str "|| mounting... " ~state-name))
|
||||
(~'defonce ~state (DerefableState. ~state-name))
|
||||
(mount-it (~'var ~state) ~state-name ~s-meta)
|
||||
(~'var ~state))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue