0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

fix fprintf

This commit is contained in:
Zack Scholl 2018-10-18 06:40:24 -07:00
parent 3b498d57cf
commit 366d3c527c

View file

@ -215,7 +215,7 @@ func (cr *Croc) receive(forceSend int, serverAddress string, tcpPorts []string,
humanize.Bytes(uint64(cr.FileInfo.Size)),
cr.FileInfo.Name,
)
fmt.Fprintf(os.Stderr, "\r%s%s\n",
fmt.Fprintf(os.Stderr, "\r%s\n",
cr.WindowReceivingString,
)
if !noPrompt {