Update Padrino to 0.10.7 and Thor to 0.15.3. Closes #495
This commit is contained in:
parent
35ff2e0c48
commit
8912d3627d
4 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ module Middleman::Cli
|
|||
|
||||
require 'find'
|
||||
|
||||
@debugging = Middleman::Cli::Base.debugging
|
||||
@debugging = Middleman::Cli::Base.respond_to?(:debugging) && Middleman::Cli::Base.debugging
|
||||
@had_errors = false
|
||||
|
||||
self.class.shared_instance(options["verbose"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue