vbauerster / mpb

multi progress bar for Go cli applications
The Unlicense
2.29k stars 123 forks source link

Fix build on windows #95

Closed mtrmac closed 3 years ago

mtrmac commented 3 years ago

After commit c232068dd380937ce0a96f3abe5ec0f3990417fc :

cwriter/writer_windows.go:29:34: w.lineCount undefined (type Writer has no field or method lineCount) cwriter/writer_windows.go:43:41: w.lineCount undefined (type Writer has no field or method lineCount)

(I have only tested that this compiles.)

mtrmac commented 3 years ago

Fixes #94 .

vbauerster commented 3 years ago

Already fixed in v7.0.5, thanks anyway you're fast :)