处理打印信息
This commit is contained in:
@@ -476,7 +476,9 @@ func (t *BaseTask) run(taskHandler func()) {
|
||||
if t.finishHook != nil {
|
||||
t.finishHook(t)
|
||||
} else {
|
||||
SendMessage(t)
|
||||
if globals.IsMainProductEnv() {
|
||||
SendMessage(t)
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user