lib/gooddata/cli/hooks.rb in gooddata-0.6.0.pre11 vs lib/gooddata/cli/hooks.rb in gooddata-0.6.0

- old
+ new

@@ -1,5 +1,7 @@ +# encoding: UTF-8 + require 'gli' require 'pp' GoodData::CLI.module_eval do pre do |global, command, options, args| @@ -34,10 +36,10 @@ on_error do |exception| # Error logic here # return false to skip default error handling # binding.pry - pp exception.backtrace + # pp exception.backtrace pp exception true end -end \ No newline at end of file +end