bin/rrtm in thartm-0.0.23 vs bin/rrtm in thartm-0.1.1
- old
+ new
@@ -29,11 +29,11 @@
cli = CommandLineInterface.new(@@config['key'],@@config['secret'],@@config['token'])
if ARGV[0]
begin
cli.send ARGV[0]
-rescue
- puts "command #{ARGV[0]} is not available"
+rescue Exception => e
+ puts e, "command #{ARGV[0]} is not available"
cli.help
end
else
cli.tasks
end