rep content is not exit

dev_forum
jingquan huang 5 years ago
parent 194d7ee8d6
commit e480a8e2e5

@ -490,7 +490,10 @@ class GamesController < ApplicationController
uid_logger("--rep_content: path is #{path}") uid_logger("--rep_content: path is #{path}")
begin begin
@content = git_fle_content(@myshixun.repo_path, path) || "" @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 if params[:retry].to_i == 1
begin begin
begin begin

Loading…
Cancel
Save