cli/upgrade: emit full error, if one occurs
This commit is contained in:
parent
d057d45ef2
commit
4b66b7c29b
1 changed files with 1 additions and 2 deletions
|
@ -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))))))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue