mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
[rubygems/rubygems] [rebuild] If --diff is not passed and a rebuild fails, suggest passing --diff.
7caadd182c
This commit is contained in:
parent
dfe83df03e
commit
54d90e1355
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ Please install RubyGems v#{rg_version} and try again.
|
|||
if system("diffoscope", old_file, new_file).nil?
|
||||
alert_error "error: could not find `diffoscope` executable"
|
||||
end
|
||||
else
|
||||
say
|
||||
say "Pass --diff for more details (requires diffoscope to be installed)."
|
||||
end
|
||||
|
||||
terminate_interaction 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue