Include the error when 'doom upgrade' fails
This commit is contained in:
parent
4f885ca176
commit
49790fb53f
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ following shell commands:
|
|||
doom-init-modules-p nil)
|
||||
(doom-initialize))
|
||||
(error
|
||||
(signal 'doom-error (list "Could not upgrade Doom without issues"))))
|
||||
(signal 'doom-error (list "Could not upgrade Doom without issues"
|
||||
e))))
|
||||
|
||||
(print! (success "Finished upgrading Doom Emacs")))
|
||||
t)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue