From 99d8592e4f3a88d58b0538e389fc7586f4cfc059 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Mon, 22 Jul 2019 09:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/games_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/games_controller.rb b/app/controllers/games_controller.rb index 66fc4e0bd..556423ba0 100644 --- a/app/controllers/games_controller.rb +++ b/app/controllers/games_controller.rb @@ -540,8 +540,8 @@ class GamesController < ApplicationController end end end - # 有异常了,立即重试 - tip_exception(e.message) + # 有异常,版本库获取不到代码,前端轮训 + tip_exception(0, e.message) end end