bin/check-route.rb in sensu-plugins-aws-10.1.1 vs bin/check-route.rb in sensu-plugins-aws-10.1.2
- old
+ new
@@ -112,10 +112,10 @@
if checks
ok
end
end
end
- rescue => e
+ rescue StandardError => e
critical "Error: exception: #{e}"
end
critical
end
end