fastlane/lib/fastlane/runner.rb in fastlane-2.63.0.beta.20171025010003 vs fastlane/lib/fastlane/runner.rb in fastlane-2.63.0.beta.20171026010003

- old
+ new

@@ -55,10 +55,10 @@ end return return_val rescue => ex Dir.chdir(path_to_use) do - # Provide error block exception without colour code + # Provide error block exception without color code begin error_blocks[current_platform].call(current_lane, ex, parameters) if current_platform && error_blocks[current_platform] error_blocks[nil].call(current_lane, ex, parameters) if error_blocks[nil] rescue => error_block_exception UI.error("An error occurred while executing the `error` block:")