Skip to content

Commit

Permalink
Fix trailing comma crash with Ruby 1.8.
Browse files Browse the repository at this point in the history
Fixes #460
  • Loading branch information
nene committed Oct 2, 2013
1 parent 0c87c41 commit 8e8853e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsduck/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def create_option_parser
"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

Expand Down

0 comments on commit 8e8853e

Please sign in to comment.