exe/pgsync in pgsync-0.3.9 vs exe/pgsync in pgsync-0.4.0

- old
+ new

@@ -3,8 +3,8 @@ require "pgsync" begin PgSync::Client.new(ARGV).perform rescue PgSync::Error => e abort e.message -rescue Interrupt => e +rescue Interrupt # do nothing end