mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
;; Reload Doom's CLI & libraries, in case there were any
|
||||||
;; upstream changes. Major changes will still break, however
|
;; upstream changes. Major changes will still break, however
|
||||||
(condition-case e
|
(condition-case-unless-debug e
|
||||||
(progn
|
(progn
|
||||||
(mapc (doom-rpartial #'unload-feature t)
|
(mapc (doom-rpartial #'unload-feature t)
|
||||||
'(core core-lib
|
'(core core-lib
|
||||||
|
Reference in New Issue
Block a user