snapshot/lib/snapshot/error_handler.rb in fastlane-2.74.1 vs snapshot/lib/snapshot/error_handler.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -12,10 +12,10 @@
UI.user_error!("Tests failed - check out the log above")
end
case output
when /com\.apple\.CoreSimulator\.SimError/
- UI.important "The simulator failed to launch - retrying..."
+ UI.important("The simulator failed to launch - retrying...")
when /is not configured for Running/
UI.user_error!("Scheme is not properly configured, make sure to check out the snapshot README")
end
end
end