lib/commander/runner.rb in commander-fastlane-4.4.5 vs lib/commander/runner.rb in commander-fastlane-4.4.6

- old
+ new

@@ -74,10 +74,10 @@ abort "#{e}. Use --help for more information" rescue \ OptionParser::InvalidOption, OptionParser::InvalidArgument, OptionParser::MissingArgument => e - abort e.to_s + # abort e.to_s rescue => e if @never_trace abort "error: #{e}." else abort "error: #{e}. Use --trace to view backtrace"