Skip to content

Commit

Permalink
ghub--signal-error: Include url in error data
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 21, 2024
1 parent 03d7161 commit 616a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ghub.el
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ Also see https://github.com/magit/ghub/wiki/Known-Issues.")
(let ((code (car (cdr-safe data))))
(list code
(nth 2 (assq code url-http-codes))
(and req (url-filename (ghub--req-url req)))
(and req (url-recreate-url (ghub--req-url req)))
payload)))
(signal 'ghub-error data))
(signal symb data))))
Expand Down

0 comments on commit 616a94b

Please sign in to comment.