pkg/jsonmessage
Aaron Lehmann 5821bbd01d Don't update lines on the terminal from a previous operation
When we handle a message that isn't tracked in the "line" map (for
example, one with no ID), clear the line map. This means we won't update
lines that were part of a previous, completed set of operations when
doing something like pull -a. It also has the beneficial side effect
of avoiding terminal glitching in these types of situations, since
messages that don't get tracked in the "line" map cause the count of the
number of lines to get out of sync.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-12-07 16:04:42 -08:00
..
jsonmessage.go Don't update lines on the terminal from a previous operation 2015-12-07 16:04:42 -08:00
jsonmessage_test.go events/jsonmessage: add and prefer TimeNano for events 2015-09-18 13:15:26 -04:00