@shopify/cli-kit
    Preparing search index...

    Function outputWarn

    • Logs a message at the warning level. Warning messages receive a special formatting to make them stand out in the console. Note: By default, warning messages are sent through the standard error.

      Parameters

      • content: OutputMessage

        The content to be output to the user.

      • logger: Logger = consoleWarn

        The logging function to use to output to the user.

      Returns void