We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdde69 commit 3f57d3dCopy full SHA for 3f57d3d
main.rb
@@ -71,6 +71,8 @@ def changes? (browser, config)
71
rescue StandardError => e
72
say "Error occurred: #{e.inspect}", :red
73
return false
74
+ensure
75
+ browser.close
76
end
77
78
def is_a_match? (match, element)
0 commit comments