lib/acfs/adapter/typhoeus.rb in acfs-0.34.0.1.b287 vs lib/acfs/adapter/typhoeus.rb in acfs-0.34.0.1.b288
- old
+ new
@@ -7,9 +7,12 @@
#
class Typhoeus < Base
def start
hydra.run
+ rescue
+ @hydra = nil
+ raise
end
def abort
hydra.abort
end