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

Clean up NoTtyProgressRenderer timeout on error #1191

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

mcgordonite
Copy link
Contributor

The acquireArtifacts function calls stop on the ProgressRenderer when there is an error. Previously, stop was not implemented on the NoTtyProgressRenderer. This meant the progress continued to be reported after the download had failed.

The acquireArtifacts function calls stop on the ProgressRenderer
when there is an error. Previously, stop was not implemented on
the NoTtyProgressRenderer, so the timeout was never cleared.
@BillyONeal BillyONeal merged commit 18610d4 into microsoft:main Sep 11, 2023
5 checks passed
@BillyONeal
Copy link
Member

Thanks :)

@mcgordonite mcgordonite deleted the clear-timeout-on-stop branch September 12, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants