Skip to content

Commit

Permalink
Raise after sending message in all error handlings
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-snag2 committed Aug 4, 2023
1 parent 9bd8c20 commit b73393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruboty/github/actions/close_issue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def call
rescue Octokit::NotFound
message.reply('Could not find that issue')
rescue StandardError => e
raise e
message.reply("Failed by #{e.class}")
raise e
end

private
Expand Down

0 comments on commit b73393e

Please sign in to comment.