diff --git a/app/controllers/games_controller.rb b/app/controllers/games_controller.rb index 8dc0719f3..83678ca7f 100644 --- a/app/controllers/games_controller.rb +++ b/app/controllers/games_controller.rb @@ -511,7 +511,8 @@ class GamesController < ApplicationController GitService.delete_repository(repo_path: @myshixun.repo_path) rescue Exception => e uid_logger_error("#{e.message}") - tip_exception(-3, "#{e.message}") + # 终端循环 + tip_exception("#{e.message}") end # fork一个新的仓库 # project_fork(@myshixun, @shixun.repo_path, current_user.login)