From 95f98710d61e73e60c4c265688b518a427a32293 Mon Sep 17 00:00:00 2001 From: xiaoxiaoqiong Date: Fri, 27 May 2022 14:26:53 +0800 Subject: [PATCH] =?UTF-8?q?rake=E5=AF=BC=E5=85=A5=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/sync_outer_repo.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/sync_outer_repo.rake b/lib/tasks/sync_outer_repo.rake index e7303af03..40b9b6615 100644 --- a/lib/tasks/sync_outer_repo.rake +++ b/lib/tasks/sync_outer_repo.rake @@ -28,7 +28,7 @@ namespace :sync_outer_repo do end puts "sync outer repository to gitlink Success repo: #{row[5]} username: #{row[0]}" rescue Exception => e - puts "sync outer repository to gitlink Error repo: #{row[5]} username: #{row[0]}" + puts "sync outer repository to gitlink Error repo: #{row[5]} username: #{row[0]}, error:#{e}" end end end