mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Instruct user to rerun 'doom upgrade'
If it fails during reloading of Doom's core. Relevant to #3131
This commit is contained in:
@ -122,8 +122,10 @@ following shell commands:
|
||||
core-packages))
|
||||
(doom-initialize 'force))
|
||||
(error
|
||||
(signal 'doom-error (list "Could not upgrade Doom without issues"
|
||||
e))))
|
||||
(signal 'doom-error
|
||||
(list "Could not reload new version of Doom"
|
||||
"Try running 'doom upgrade' again"
|
||||
e))))
|
||||
|
||||
(print! (success "Finished upgrading Doom Emacs")))
|
||||
t)))))
|
||||
|
Reference in New Issue
Block a user