lib/eco/api/session/config/workflow.rb in eco-helpers-1.1.5 vs lib/eco/api/session/config/workflow.rb in eco-helpers-1.1.6

- old
+ new

@@ -232,10 +232,10 @@ @after.each {|c| io = c.call(self, io)} end rescue SystemExit exit rescue Interrupt => i - raise i + raise rescue Exception => e self.rescue.call(e, io) if self.rescue raise end io