cli/upgrade: emit full error, if one occurs

This commit is contained in:
Henrik Lissner 2019-05-15 17:17:56 -04:00
parent d057d45ef2
commit 4b66b7c29b
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -82,5 +82,4 @@ Doing so is equivalent to:
(message "%s Aborting." (error-message-string e)))
(error
(message "There was an unexpected error.\n\n%s\n\nOutput:\n%s"
(car e)
(buffer-string))))))))
e (buffer-string))))))))