Skip to content

Commit

Permalink
package-build-recipe-alist-as-json: Only demote recipe errors
Browse files Browse the repository at this point in the history
Don't ignore them completely.
  • Loading branch information
tarsius committed Mar 6, 2024
1 parent 6c7cae8 commit 236ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ a package."
(json-encode
(cl-mapcan
(lambda (name)
(ignore-errors ; Silently ignore corrupted recipes.
(with-demoted-errors "Recipe error: %S"
(and (package-recipe-lookup name)
(with-temp-buffer
(insert-file-contents
Expand Down

0 comments on commit 236ef4e

Please sign in to comment.