Merge pull request #505 from dzubi/master
Fix build failure message, option --debug does not exist anymore
This commit is contained in:
commit
dad9b33174
|
@ -56,7 +56,7 @@ module Middleman::Cli
|
||||||
action GlobAction.new(self, opts)
|
action GlobAction.new(self, opts)
|
||||||
|
|
||||||
if @had_errors && !@debugging
|
if @had_errors && !@debugging
|
||||||
self.shell.say "There were errors during this build, re-run with --debug to see the full exception."
|
self.shell.say "There were errors during this build, re-run with --verbose to see the full exception."
|
||||||
end
|
end
|
||||||
|
|
||||||
exit(1) if @had_errors
|
exit(1) if @had_errors
|
||||||
|
|
Loading…
Reference in a new issue