OSDN Git Service

Fix error display.
authorTatsuki Sugiura <sugi@nemui.org>
Wed, 16 Mar 2016 10:55:36 +0000 (19:55 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Wed, 16 Mar 2016 10:55:36 +0000 (19:55 +0900)
lib/osdn/cli/runner.rb

index 1208d97..5322c4f 100644 (file)
@@ -90,7 +90,7 @@ module OSDN
             else
               logger.fatal "Command failed by ApiError: #{e.response_body}"
             end
-          rescue => e
+          rescue
             logger.fatal "Command failed: #{e.inspect}"
           end
         end