# File lib/bundler/ui/shell.rb, line 33
      def error(msg, newline = nil)
        tell_me(msg, :red, newline) if level("error")
      end