branch: elpa/hyperdrive commit 1eb0dd9bf3b1347bbc89faed45788958c5fc4e63 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Tidy: (h/fill-metadata) Remove unnecessary handling unhandled error --- hyperdrive-lib.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index eaec9841e7..76ac993047 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -911,8 +911,7 @@ HYPERDRIVE's public metadata file." (json-read) (json-error (h/message "Error parsing JSON metadata file: %s" - (he/url entry))) - (_ (signal (car err) (cdr err))))) + (he/url entry))))) :noquery t) (plz-error (pcase (plz-response-status (plz-error-response (caddr err)))