Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rakefile] Remove redundant escape way
Browse files Browse the repository at this point in the history
We only catch StandardError. `confirm` allows to escape with a SystemExit.
mrackwitz authored and neonichu committed Jan 12, 2015
1 parent 00f7a17 commit 1195107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -129,7 +129,6 @@ begin
puts green("Target matches.")
puts
rescue StandardError => e
raise e if e.message == "Aborted by user."
puts "#{red(e.message)} Try again."
retry
end

0 comments on commit 1195107

Please sign in to comment.