Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Reset ansi after >>> FULL TURBO #926

Merged
merged 3 commits into from
Mar 23, 2022
Merged

Conversation

jaredpalmer
Copy link
Contributor

@jaredpalmer jaredpalmer commented Mar 23, 2022

Fix ansi reset after >>> FULL TURBO

CleanShot 2022-03-23 at 15 55 41@2x

@vercel
Copy link

vercel bot commented Mar 23, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/turbo-site/j4PcVmropW8nkkdXpCyDTfYP6tEM
✅ Preview: https://turbo-site-git-fix-reset-after-rainbow.vercel.sh

@jaredpalmer jaredpalmer changed the title Reset ansii after ui.rainbow() Reset ansi after >>> FULL TURBO Mar 23, 2022
@jaredpalmer jaredpalmer changed the title Reset ansi after >>> FULL TURBO fix: Reset ansi after >>> FULL TURBO Mar 23, 2022
Ui.Output(util.Sprintf("${BOLD}Cached: %v cached${RESET}${GRAY}, %v total", r.Cached, r.Attempted))
Ui.Output(util.Sprintf("${BOLD} Time: %v${RESET} %v", time.Since(r.startedAt).Truncate(time.Millisecond), maybeFullTurbo))
Ui.Output(util.Sprintf("${BOLD} Tasks:${BOLD_GREEN} %v successful${RESET}${GRAY}, %v total${RESET}", r.Cached+r.Success, r.Attempted))
Ui.Output(util.Sprintf("${BOLD}Cached: %v cached${RESET}${GRAY}, %v total${RESET}", r.Cached, r.Attempted))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@kodiakhq kodiakhq bot merged commit c9ab16b into main Mar 23, 2022
@kodiakhq kodiakhq bot deleted the fix/reset-after-rainbow branch March 23, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants