<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [ember-asset-size-report](./ember-asset-size-report.md) &gt; [Spinner](./ember-asset-size-report.spinner.md) &gt; [succeed](./ember-asset-size-report.spinner.succeed.md)

## Spinner.succeed() method

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 

Print a success message to the console

<b>Signature:</b>

```typescript
succeed(text: string): Spinner;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  text | <code>string</code> | success message |

<b>Returns:</b>

`Spinner`

