Tell Thor to return the right exit code on failure
This commit is contained in:
parent
85d2ace5ce
commit
bacffeea02
3 changed files with 14 additions and 3 deletions
|
@ -53,7 +53,10 @@ module Middleman::Cli
|
|||
|
||||
# Static methods
|
||||
class << self
|
||||
|
||||
def exit_on_failure?
|
||||
true
|
||||
end
|
||||
|
||||
# Middleman::Base singleton
|
||||
#
|
||||
# @return [Middleman::Base]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue