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,8 +122,10 @@ following shell commands:
|
||||||
core-packages))
|
core-packages))
|
||||||
(doom-initialize 'force))
|
(doom-initialize 'force))
|
||||||
(error
|
(error
|
||||||
(signal 'doom-error (list "Could not upgrade Doom without issues"
|
(signal 'doom-error
|
||||||
e))))
|
(list "Could not reload new version of Doom"
|
||||||
|
"Try running 'doom upgrade' again"
|
||||||
|
e))))
|
||||||
|
|
||||||
(print! (success "Finished upgrading Doom Emacs")))
|
(print! (success "Finished upgrading Doom Emacs")))
|
||||||
t)))))
|
t)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue