mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
cli/upgrade: emit full error, if one occurs
This commit is contained in:
@ -82,5 +82,4 @@ Doing so is equivalent to:
|
|||||||
(message "%s Aborting." (error-message-string e)))
|
(message "%s Aborting." (error-message-string e)))
|
||||||
(error
|
(error
|
||||||
(message "There was an unexpected error.\n\n%s\n\nOutput:\n%s"
|
(message "There was an unexpected error.\n\n%s\n\nOutput:\n%s"
|
||||||
(car e)
|
e (buffer-string))))))))
|
||||||
(buffer-string))))))))
|
|
||||||
|
Reference in New Issue
Block a user