class Tryouts::CLI::OutputManager
def file_failure(file_path, error_message, backtrace = nil)
def file_failure(file_path, error_message, backtrace = nil) with_indent(1) do @formatter.error_message("#{Console.pretty_path(file_path)}: #{error_message}", backtrace) end end