Instruct user to rerun 'doom upgrade'
If it fails during reloading of Doom's core. Relevant to #3131
This commit is contained in:
parent
16d44de0db
commit
9f024e549f
1 changed files with 4 additions and 2 deletions
|
@ -122,7 +122,9 @@ following shell commands:
|
|||
core-packages))
|
||||
(doom-initialize 'force))
|
||||
(error
|
||||
(signal 'doom-error (list "Could not upgrade Doom without issues"
|
||||
(signal 'doom-error
|
||||
(list "Could not reload new version of Doom"
|
||||
"Try running 'doom upgrade' again"
|
||||
e))))
|
||||
|
||||
(print! (success "Finished upgrading Doom Emacs")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue