freeall / single-line-log

Output one line and move to beginning of line. Useful for progress bars and counters with no breaks in the terminal
MIT License
210 stars 26 forks source link

it does not seem to work on osx 10.10 using callbacks #12

Open intersides opened 7 years ago

intersides commented 7 years ago

If I place the example on a code using callbacks I get this result:

Writing to super large file [112%] 879 bytes readWriting to super large file [111%] 880 bytes readWriting to super large file [110%] 881 bytes readWriting to super large file [109%] 882 bytes readWriting to super large file [108%] 883 bytes readWriting to super large file ... etc

Might this be an issue on MacOS only (10.10)

freeall commented 7 years ago

So it writes several lines and each of it goes over 100%?