mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Emit backtrace if doom upgrade fails
This commit is contained in:
@@ -113,7 +113,7 @@ following shell commands:
|
||||
|
||||
;; Reload Doom's CLI & libraries, in case there were any
|
||||
;; upstream changes. Major changes will still break, however
|
||||
(condition-case e
|
||||
(condition-case-unless-debug e
|
||||
(progn
|
||||
(mapc (doom-rpartial #'unload-feature t)
|
||||
'(core core-lib
|
||||
|
Reference in New Issue
Block a user