mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Fix bug with starting the console.
This commit is contained in:
parent
00b4ac6867
commit
ba6ca5b3b7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Middleman::Cli
|
|||
debug: options['verbose']
|
||||
}
|
||||
|
||||
@app = ::Middleman::Application.server.inst do
|
||||
@app = ::Middleman::Application.new do
|
||||
config[:environment] = opts[:environment].to_sym if opts[:environment]
|
||||
|
||||
::Middleman::Logger.singleton(opts[:debug] ? 0 : 1, opts[:instrumenting] || false)
|
||||
|
|
Loading…
Reference in a new issue