mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vcs.rb: show diagnostic/progressing messages when debugging [ci skip]
This commit is contained in:
parent
fdd1102550
commit
0dcd25b711
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class VCS
|
|||
end
|
||||
last, changed, modified, *rest = (
|
||||
begin
|
||||
if NullDevice
|
||||
if NullDevice and !debug?
|
||||
save_stderr = STDERR.dup
|
||||
STDERR.reopen NullDevice, 'w'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue