This commit is contained in:
Zack Scholl 2018-07-01 14:40:21 -07:00
parent 1ceed5de35
commit 909e82323d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ func (c *Croc) client(role int, channel string) (err error) {
if err != nil { if err != nil {
return return
} }
fmt.Print(bFile) os.Stdout.Write(bFile)
} }
} }
} else { } else {