fix
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
;; (but mind that it shouldn't be *illegal*)
|
||||
;; Another issue is just general... garbage collection, that's a big thing
|
||||
(defn disable-tracking []
|
||||
(map #(extend/remove-extension! % [:PRE-EXECUTE]) (extend/get-extensions [:PRE-EXECUTE])))
|
||||
(map #(extend/remove-extension! % [:PRE-EXECUTE]) (extend/extensions-of-stage [:PRE-EXECUTE])))
|
||||
|
||||
(defn name-idea
|
||||
[idea context name]
|
||||
|
||||
Reference in New Issue
Block a user