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:
parent
e13f8e7067
commit
10111b92cd
3 changed files with 2 additions and 1 deletions
1
main.go
1
main.go
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue