lib/u3d/cache.rb in u3d-1.0.15 vs lib/u3d/cache.rb in u3d-1.0.16

- old
+ new

@@ -131,9 +131,10 @@ data = JSON.parse(Utils.get_ssl(GLOBAL_CACHE_URL)) need_update = os_data_need_update?(data, os) @cache = data unless need_update !need_update rescue StandardError => e + UI.verbose(e.backtrace.join("\n")) UI.error("Failed fetching central versions.json. Manual fetch for platform #{os} #{e}") false end def update_cache(os)