pull/356/head^2
Pete Matsyburka 1 year ago committed by Oleksandr Turchyn
parent 2598962c5b
commit dc24df0d4c

@ -97,11 +97,9 @@ module Templates
pdf.write(io, incremental: false, validate: false)
io.string
rescue StandardError => e
rescue StandardError
raise if Rails.env.development?
Rollbar.error(e) if defined?(Rollbar)
data
end

Loading…
Cancel
Save