cmd: Make --progress work on Windows

This commit is contained in:
Nick Craig-Wood
2018-08-26 17:20:38 +01:00
parent 18685e6b0b
commit 1cccfa7331
3 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -114,5 +114,5 @@ func printProgress(logMessage string) {
out("\n")
}
}
os.Stdout.Write(buf.Bytes())
writeToTerminal(buf.Bytes())
}