Method: ChefApply::UI::Terminal::Job#run
- Defined in:
- lib/chef_apply/ui/terminal/job.rb
#run(reporter) ⇒ Object
30 31 32 33 34 35 |
# File 'lib/chef_apply/ui/terminal/job.rb', line 30 def run(reporter) @proc.call(reporter) rescue => e reporter.error(e.to_s) @exception = e end |