Fix error cascade in doom--condition-case!
This commit is contained in:
parent
009d7c9d49
commit
2cd0818801
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ Used by `doom/packages-install'."
|
||||||
(condition-case ex2
|
(condition-case ex2
|
||||||
(progn ,@body)
|
(progn ,@body)
|
||||||
('file-error
|
('file-error
|
||||||
(message! (bold (red " Couldn't find %s\n Trying again..." (cdr ex))))
|
(message! (bold (red " FILE ERROR: %s" ex2)))
|
||||||
|
(message! " Trying again...")
|
||||||
(doom-refresh-packages)
|
(doom-refresh-packages)
|
||||||
,@body))
|
,@body))
|
||||||
('user-error
|
('user-error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue