Commit 338a8400 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Downloader] Update for the new Executable API to ensure output is still streamed

parent e2132c8c
...@@ -125,7 +125,7 @@ module Pod ...@@ -125,7 +125,7 @@ module Pod
class Base class Base
override_api do override_api do
def execute_command(executable, command, raise_on_failure = false) def execute_command(executable, command, raise_on_failure = false)
Executable.execute_command(executable, command, raise_on_failure) Executable.execute_command(executable, command, raise_on_failure, :message => true)
rescue CLAide::InformativeError => e rescue CLAide::InformativeError => e
raise DownloaderError, e.message raise DownloaderError, e.message
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment