Skip to content

Commit

Permalink
fix: do not chain consola colors (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-lagat authored Oct 1, 2023
1 parent 9e0a5f9 commit 8de4ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function ensureUserconsent (options: TelemetryOptions): Promise<boo
process.stdout.write('\n')
consola.info(`${c.green('Nuxt')} collects completely anonymous data about usage.
This will help us improve Nuxt developer experience over time.
Read more on ${c.cyan.underline('https://github.com/nuxt/telemetry')}\n`)
Read more on ${c.underline(c.cyan('https://github.com/nuxt/telemetry'))}\n`)

const accepted = await consola.prompt('Are you interested in participating?', {
type: 'confirm'
Expand Down

0 comments on commit 8de4ea8

Please sign in to comment.