x
This commit is contained in:
parent
8126aa4de0
commit
2a3340c313
@ -135,7 +135,9 @@ func runTask(task *Task, msgs ...interface{}) string {
|
||||
}
|
||||
msg += line
|
||||
}
|
||||
sendMessagee(msg, msgs...)
|
||||
if msg != "" {
|
||||
sendMessagee(msg, msgs...)
|
||||
}
|
||||
}()
|
||||
reader := bufio.NewReader(stdout)
|
||||
for {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user