package management: change output on retry/errors
This commit is contained in:
parent
84581f73ea
commit
76b020eddb
1 changed files with 3 additions and 3 deletions
|
@ -228,16 +228,16 @@ Used by `doom/packages-install'."
|
|||
('file-error
|
||||
(message! (bold (red " FILE ERROR: %s" (error-message-string ex2))))
|
||||
(message! " Trying again...")
|
||||
(doom-refresh-packages t)
|
||||
(quiet! (doom-refresh-packages t))
|
||||
,@body))
|
||||
('user-error
|
||||
(message! (bold (red " ERROR: (%s) %s"
|
||||
(upcase (symbol-name (car ex)))
|
||||
(car ex)
|
||||
(error-message-string ex)))))
|
||||
('error
|
||||
(doom-refresh-clear-cache)
|
||||
(message! (bold (red " FATAL ERROR: (%s) %s"
|
||||
(upcase (symbol-name (car ex)))
|
||||
(car ex)
|
||||
(error-message-string ex)))))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue