summaryrefslogtreecommitdiff
path: root/app/services/lfs/push_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/lfs/push_service.rb')
-rw-r--r--app/services/lfs/push_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/lfs/push_service.rb b/app/services/lfs/push_service.rb
index 9e15e9ac64e..e21988aa561 100644
--- a/app/services/lfs/push_service.rb
+++ b/app/services/lfs/push_service.rb
@@ -16,7 +16,7 @@ module Lfs
end
success
- rescue => err
+ rescue StandardError => err
Gitlab::ErrorTracking.log_exception(err, extra_context)
error(err.message)
end