Merge pull request #4538 from MikeMcQuaid/audit-new-formula-issue-comment-exception-warning
audit: output new formula issue comment failure message.
This commit is contained in:
commit
994593505e
@ -143,8 +143,8 @@ module Homebrew
|
||||
if GitHub.create_issue_comment(new_formula_problem_lines.join("\n"))
|
||||
created_pr_comment = true
|
||||
end
|
||||
rescue *GitHub.api_errors
|
||||
nil
|
||||
rescue *GitHub.api_errors => e
|
||||
opoo "Unable to create issue comment: #{e.message}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user