bin/kumogata in kumogata-0.3.6 vs bin/kumogata in kumogata-0.3.7

- old
+ new

@@ -36,10 +36,10 @@ }) end out = Kumogata::Client.new(options).send(command, *arguments) puts out if out -rescue => e +rescue Exception => e $stderr.puts("[ERROR] #{e.message}".red) if options and options.debug? raise e end