mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-variable ex2 error while package managing
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user