Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_forum
cxt 5 years ago
commit 5b9f9d38f9

@ -490,7 +490,10 @@ class GamesController < ApplicationController
uid_logger("--rep_content: path is #{path}")
begin
@content = git_fle_content(@myshixun.repo_path, path) || ""
rescue
rescue Exception => e
if e.status == -1
tip_exception(-3, "#{e.message}")
end
if params[:retry].to_i == 1
begin
begin

Loading…
Cancel
Save