修改 log
This commit is contained in:
parent
550dc01dfb
commit
2d409fbce0
@ -113,7 +113,7 @@ func (t *TaskMan) run(cf *changedFile) {
|
|||||||
}
|
}
|
||||||
err = t.cmd.Wait()
|
err = t.cmd.Wait()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logWarn("command exec failed:", carr, err)
|
logError("command exec failed:", carr, err)
|
||||||
if keyInInstruction(InstIgnoreExecError) {
|
if keyInInstruction(InstIgnoreExecError) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user