Fix void-variable ex2 error while package managing
This commit is contained in:
parent
f144691157
commit
85704bea33
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
('user-error
|
||||
(print! (bold (red " NOTICE: %s" ex))))
|
||||
('file-error
|
||||
(print! (bold (red " FILE ERROR: %s" (error-message-string ex2))))
|
||||
(print! (bold (red " FILE ERROR: %s" (error-message-string ex))))
|
||||
(print! " Trying again...")
|
||||
(quiet! (doom-refresh-packages-maybe t))
|
||||
,@body)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue