mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
remove unnecessary trailing newline character when stdout is enabled
This commit is contained in:
parent
a240a4b982
commit
4f1f57b1ba
@ -1044,7 +1044,7 @@ func (c *Client) transfer() (err error) {
|
||||
if err = os.Remove(pathToFile); err != nil {
|
||||
log.Warnf("error removing %s: %v", pathToFile, err)
|
||||
}
|
||||
fmt.Print("\n")
|
||||
fmt.Fprint(os.Stderr, "\n")
|
||||
}
|
||||
if err != nil && strings.Contains(err.Error(), "pake not successful") {
|
||||
log.Debugf("pake error: %s", err.Error())
|
||||
|
Loading…
Reference in New Issue
Block a user