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(@angular-devkit/build-angular): ensure proper display of build logs in the presence of warnings or errors #27235

Merged
merged 1 commit into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. fix(@angular-devkit/build-angular): ensure proper display of build lo…

    …gs in the presence of warnings or errors
    
    Previously, a race condition could occur due to the spinner, resulting in the deletion of the last printed log when warnings or errors were present. With this update, we ensure that logs are printed after the spinner has stopped.
    
    Fixes angular#27233
    alan-agius4 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0c9cb14 View commit details
    Browse the repository at this point in the history