diff options
-rw-r--r-- | lib/rubygems/commands/rdoc_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ Use --overwrite to force rebuilding of documentation. begin doc.generate rescue Errno::ENOENT => e - match = / - /.match(e.message) alert_error "Unable to document #{spec.full_name}, " \ " #{match.post_match} is missing, skipping" terminate_interaction 1 if specs.length == 1 |