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
|
('user-error
|
||||||
(print! (bold (red " NOTICE: %s" ex))))
|
(print! (bold (red " NOTICE: %s" ex))))
|
||||||
('file-error
|
('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...")
|
(print! " Trying again...")
|
||||||
(quiet! (doom-refresh-packages-maybe t))
|
(quiet! (doom-refresh-packages-maybe t))
|
||||||
,@body)))
|
,@body)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue