mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Remove superfluous quote on error handlers
This commit is contained in:
@@ -187,7 +187,7 @@ appropriate."
|
||||
pkg
|
||||
(cond ((cdr pkg) "QUELPA")
|
||||
(t "ELPA")))
|
||||
('error
|
||||
(error
|
||||
(doom-message "Error installing %s: %s" (car pkg) ex))))
|
||||
|
||||
(doom-message "Finished!")))))
|
||||
@@ -220,7 +220,7 @@ appropriate."
|
||||
"Updated"
|
||||
"Failed to update")
|
||||
pkg)
|
||||
('error
|
||||
(error
|
||||
(doom-message "Error installing %s: %s" pkg ex))))
|
||||
|
||||
(doom-message "Finished!")))))
|
||||
@@ -247,7 +247,7 @@ appropriate."
|
||||
"Deleted"
|
||||
"Failed to delete")
|
||||
pkg)
|
||||
('error
|
||||
(error
|
||||
(doom-message "Error deleting %s: %s" pkg ex))))
|
||||
|
||||
(doom-message "Finished!")))))
|
||||
|
Reference in New Issue
Block a user