Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

fix(expo-cli): terminate bundle progress bar when finished #1877

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

byCedric
Copy link
Member

@byCedric byCedric commented Apr 14, 2020

Fixes #1770

We can also keep the status bar, and just add a new line. But because the progress bar is initialized explicitly with { clear: true } I thought this was the most appropriate fix.

Edit: If we want to keep the status bar listed as completed, removing { clear: true } will fix that. Terminate checks if it should be removed or "new-lined"

@brentvatne
Copy link
Member

hopefully this fixes it! :)

@brentvatne brentvatne merged commit f79b9f0 into expo:master Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix progress bars when publishing
2 participants