Fix #2019
This commit is contained in:
parent
30217d2c04
commit
b6167b1369
2 changed files with 1 additions and 2 deletions
|
@ -306,7 +306,6 @@ module Middleman
|
||||||
execute_callbacks(:after_configuration)
|
execute_callbacks(:after_configuration)
|
||||||
|
|
||||||
# Everything is stable
|
# Everything is stable
|
||||||
$stderr.puts config[:exit_before_ready].inspect
|
|
||||||
execute_callbacks(:ready) unless config[:exit_before_ready]
|
execute_callbacks(:ready) unless config[:exit_before_ready]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '4.1.13'.freeze unless const_defined?(:VERSION)
|
VERSION = '4.1.14'.freeze unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue