fastlane/lib/fastlane/commands_generator.rb in fastlane-2.94.0.beta.20180424050050 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.94.0.beta.20180425050017

- old
+ new

@@ -9,10 +9,9 @@ def self.start # since at this point we haven't yet loaded commander # however we do want to log verbose information in the PluginManager FastlaneCore::Globals.verbose = true if ARGV.include?("--verbose") - FastlaneCore::Globals.capture_output = true if ARGV.include?("--capture_output") if ARGV.include?("--capture_output") FastlaneCore::Globals.verbose = true FastlaneCore::Globals.capture_output = true end FastlaneCore::Swag.show_loader