add new line every telegram
This commit is contained in:
+3
-1
@@ -96,7 +96,9 @@ func start() {
|
||||
if lograw {
|
||||
fmt.Print(string(buffer))
|
||||
}
|
||||
utils.Append(buffer)
|
||||
if utils.Append(buffer) {
|
||||
fmt.Println()
|
||||
}
|
||||
}
|
||||
}
|
||||
<-done
|
||||
|
||||
Reference in New Issue
Block a user