Method: ChefApply::UI::ErrorPrinter#format_error

Defined in:
lib/chef_apply/ui/error_printer.rb

#format_errorObject



109
110
111
112
113
114
115
116
# File 'lib/chef_apply/ui/error_printer.rb', line 109

def format_error
  if translation.decorations
    format_decorated
  else
    format_undecorated
  end
  @content.string
end