mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
fix fprintf
This commit is contained in:
parent
3b498d57cf
commit
366d3c527c
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ func (cr *Croc) receive(forceSend int, serverAddress string, tcpPorts []string,
|
||||||
humanize.Bytes(uint64(cr.FileInfo.Size)),
|
humanize.Bytes(uint64(cr.FileInfo.Size)),
|
||||||
cr.FileInfo.Name,
|
cr.FileInfo.Name,
|
||||||
)
|
)
|
||||||
fmt.Fprintf(os.Stderr, "\r%s%s\n",
|
fmt.Fprintf(os.Stderr, "\r%s\n",
|
||||||
cr.WindowReceivingString,
|
cr.WindowReceivingString,
|
||||||
)
|
)
|
||||||
if !noPrompt {
|
if !noPrompt {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue