We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf0837 commit f201d1dCopy full SHA for f201d1d
lib/pact_broker/ui/controllers/matrix.rb
@@ -32,7 +32,7 @@ class Matrix < Base
32
end
33
34
rescue StandardError => e
35
- log_error e
+ log_error(e) unless e.is_a?(PactBroker::Error)
36
locals[:errors] = [e.message]
37
38
haml :'matrix/show', {locals: locals, layout: :'layouts/main'}
0 commit comments