chore(executor/sandbox): debug log result
This commit is contained in:
parent
2a54ae90aa
commit
7b85513007
|
@ -47,6 +47,7 @@ func (e *Sandbox) Run(cmds []stage.Cmd) ([]stage.ExecutorResult, error) {
|
||||||
return nil, fmt.Errorf("sandbox execute error: no result")
|
return nil, fmt.Errorf("sandbox execute error: no result")
|
||||||
}
|
}
|
||||||
result := convertPBResult(pbRet.Results)[0]
|
result := convertPBResult(pbRet.Results)[0]
|
||||||
|
slog.Debug("sandbox execute", "i", i, "result", result)
|
||||||
maps.Copy(e.cachedMap, result.FileIDs)
|
maps.Copy(e.cachedMap, result.FileIDs)
|
||||||
results[i] = result
|
results[i] = result
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user