Commit 8e8853ee authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix trailing comma crash with Ruby 1.8.

Fixes #460
parent 0c87c41f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ module JsDuck
          "be cleaned up during docs generation, and the caching",
          "won't work.",
          "",
          "This option only has an effect when --cache is also used.",) do |path|
          "This option only has an effect when --cache is also used.") do |path|
          @cache_dir = path
        end