fix: move shortcut install to handler start

This commit is contained in:
Weihua Lu
2021-04-15 15:51:19 +08:00
parent 212e2592d1
commit fd0742b1f3
3 changed files with 6 additions and 6 deletions

View File

@@ -55,4 +55,5 @@
(defn stop []
;; stop is called before any code is reloaded
;; this is controlled by :before-load in the config
(handler/stop!)
(js/console.log "stop"))