mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
Sometimes, some messages were being executed at the same time, meaning that the status wasn't being overwritten, it was displaying on a separate line for both doing and done messages. Rather than trying to have both sets of statuses being written out concurrently, we write out all of the doing messages first. Then the done messages are written out/updated, as they are completed. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>