Skip to content

Commit

Permalink
Change default exit code behavior to match norm
Browse files Browse the repository at this point in the history
fixes rails#244
  • Loading branch information
dkniffin committed Aug 15, 2016
1 parent 06dade7 commit 6af1164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thor/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def from_superclass(method, default = nil)

# A flag that makes the process exit with status 1 if any error happens.
def exit_on_failure?
false
true
end

#
Expand Down

0 comments on commit 6af1164

Please sign in to comment.