mirror of
https://github.com/mudler/luet.git
synced 2025-09-12 21:33:31 +00:00
Fixes #259
The bug is caused by
4c725e56bf/progressbar_printer.go (L190)
which is not taking into account when barCurrentLength is <=0.
As a workaround display it only if the terminal width is big enough.
Now the context drives this kind of runtime state, so we keep everything
tight and we inject only that into the workers