spaceship/lib/spaceship/spaceauth_runner.rb in fastlane-2.28.8 vs spaceship/lib/spaceship/spaceauth_runner.rb in fastlane-2.28.9

- old
+ new

@@ -20,10 +20,10 @@ puts "Could not login to iTunes Connect".red puts "Please check your credentials and try again.".yellow puts "This could be an issue with iTunes Connect,".yellow puts "Please try unsetting the FASTLANE_SESSION environment variable".yellow puts "and re-run `fastlane spaceauth`".yellow - UI.crash!("Problem connecting to iTunes Connect") + raise "Problem connecting to iTunes Connect" end itc_cookie_content = Spaceship::Tunes.client.store_cookie # The only value we actually need is the "DES5c148586daa451e55afb017aa62418f91" cookie