Skip to content

Commit

Permalink
fixes to Dangerfile (puts vs. fail) (publiclab#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Feb 6, 2018
1 parent 5bbbfed commit 858becf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ begin
end

rescue => ex
puts "There was an error with Danger bot's Junit parsing:"
puts ex.message
fail "There was an error with Danger bot's Junit parsing: #{ex.message}"
end

0 comments on commit 858becf

Please sign in to comment.