mirror of
https://github.com/penpot/penpot.git
synced 2026-07-25 15:38:21 +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
|
||||
[& _args]
|
||||
(try
|
||||
(try
|
||||
(repl/disable-reload! (find-ns 'integrant.core))
|
||||
(repl/disable-reload! (find-ns 'app.system))
|
||||
(repl/disable-reload! (find-ns 'app.common.debug))
|
||||
(catch Throwable cause
|
||||
(ex/print-throwable cause)))
|
||||
(ex/ignoring
|
||||
(repl/disable-reload! (find-ns 'integrant.core))
|
||||
(repl/disable-reload! (find-ns 'app.system))
|
||||
(repl/disable-reload! (find-ns 'app.common.debug)))
|
||||
|
||||
(let [p (promise)]
|
||||
(start)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user