Skip to content

Commit b73393e

Browse files
committed
Raise after sending message in all error handlings
1 parent 9bd8c20 commit b73393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruboty/github/actions/close_issue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def call
1717
rescue Octokit::NotFound
1818
message.reply('Could not find that issue')
1919
rescue StandardError => e
20-
raise e
2120
message.reply("Failed by #{e.class}")
21+
raise e
2222
end
2323

2424
private

0 commit comments

Comments
 (0)