mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
stdout
This commit is contained in:
parent
1ceed5de35
commit
909e82323d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func (c *Croc) client(role int, channel string) (err error) {
|
|||
if err != nil {
|
||||
return
|
||||
}
|
||||
fmt.Print(bFile)
|
||||
os.Stdout.Write(bFile)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue