mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +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 {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Print(bFile)
|
os.Stdout.Write(bFile)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue