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

spinner should be in stderr

This commit is contained in:
Zack Scholl 2018-09-22 09:57:22 -07:00
parent e13f8e7067
commit 10111b92cd
3 changed files with 2 additions and 1 deletions

View file

@ -117,7 +117,6 @@ func send(c *cli.Context) error {
}
fname = f.Name()
defer func() {
log.Println("removing %s", fname)
err = os.Remove(fname)
if err != nil {
log.Println(err)