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(rosetta): prints colors to log file #3953

Merged
merged 5 commits into from
Feb 28, 2023
Merged

Commits on Feb 6, 2023

  1. fix(rosetta): prints colors to log file

    Rosetta error messages contain colors codes in the errors, which makes
    the errors produced by Rosetta look like garbage and very hard to parse.
    
    Strip the colors if we detect a non-TTY input.
    
    (Copied the regex from an MIT-licensed package to avoid adding extra
    dependencies)
    rix0rrr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2b6e24f View commit details
    Browse the repository at this point in the history
  2. The linter

    rix0rrr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2c184c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    2a16184 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Update util.ts

    rix0rrr committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    15de676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ea45a View commit details
    Browse the repository at this point in the history