mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
📎 Do not print exeption when cant setup reloading
happens only when production jar is executed
This commit is contained in:
parent
4c222c469a
commit
bac739717c
@ -681,12 +681,10 @@
|
|||||||
(defn -main
|
(defn -main
|
||||||
[& _args]
|
[& _args]
|
||||||
(try
|
(try
|
||||||
(try
|
(ex/ignoring
|
||||||
(repl/disable-reload! (find-ns 'integrant.core))
|
(repl/disable-reload! (find-ns 'integrant.core))
|
||||||
(repl/disable-reload! (find-ns 'app.system))
|
(repl/disable-reload! (find-ns 'app.system))
|
||||||
(repl/disable-reload! (find-ns 'app.common.debug))
|
(repl/disable-reload! (find-ns 'app.common.debug)))
|
||||||
(catch Throwable cause
|
|
||||||
(ex/print-throwable cause)))
|
|
||||||
|
|
||||||
(let [p (promise)]
|
(let [p (promise)]
|
||||||
(start)
|
(start)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user