Instruct user to rerun 'doom upgrade'

If it fails during reloading of Doom's core.

Relevant to #3131
This commit is contained in:
Henrik Lissner 2020-05-25 16:27:51 -04:00
parent 16d44de0db
commit 9f024e549f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))))