opening up "cleanup-if-dirty"
to solve random cljs compile/resolution problems
This commit is contained in:
parent
0644b02703
commit
5e57e3ae7e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
(nth f 2) ;; magic 2 is to get the body => ["fn*" "[]" "(fn body)"]
|
(nth f 2) ;; magic 2 is to get the body => ["fn*" "[]" "(fn body)"]
|
||||||
f))
|
f))
|
||||||
|
|
||||||
(defn- cleanup-if-dirty
|
(defn cleanup-if-dirty
|
||||||
"in case a namespace is recompiled without calling (mount/stop),
|
"in case a namespace is recompiled without calling (mount/stop),
|
||||||
a running state instance will still be running.
|
a running state instance will still be running.
|
||||||
this function stops this 'lost' state instance.
|
this function stops this 'lost' state instance.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue