# File lib/bee_console.rb, line 322
      def format_error(string)
        string = style(string,
                       @style[:error_style], 
                       @style[:error_foreground],
                       @style[:error_background])
        return string
      end