pmonks / spinner

Progress indicators for command line Clojure apps, including support for indeterminate and determinate tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last message(s) sometimes not printed

pmonks opened this issue · comments

The last message(s) passed to the print fn sometimes aren't printed.

I think the fix is to ensure that the pending-messages atom is printed in the finally block of the spinner fn.