Emit backtrace if doom upgrade fails
This commit is contained in:
parent
49790fb53f
commit
375faedb1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue