x
This commit is contained in:
parent
31e8766e6e
commit
aa54dc1e09
@ -133,7 +133,7 @@ func runTask(task *Task, msgs ...interface{}) string {
|
||||
}
|
||||
msg += line
|
||||
if !task.Ykq && len(msgs) > 0 {
|
||||
sendMessagee(line, msgs...)
|
||||
sendMessagee(strings.Replace(line, "\n", "", -1), msgs...)
|
||||
}
|
||||
}
|
||||
if task.Ykq && len(msgs) > 0 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user