chore(executor/sandbox): debug log result
All checks were successful
submodules sync / sync (push) Successful in 42s
build / build (push) Successful in 1m55s
build / trigger-build-image (push) Successful in 10s

This commit is contained in:
张泊明518370910136 2025-04-28 17:04:40 -04:00
parent 2a54ae90aa
commit 7b85513007
GPG Key ID: D47306D7062CDA9D

View File

@ -47,6 +47,7 @@ func (e *Sandbox) Run(cmds []stage.Cmd) ([]stage.ExecutorResult, error) {
return nil, fmt.Errorf("sandbox execute error: no result")
}
result := convertPBResult(pbRet.Results)[0]
slog.Debug("sandbox execute", "i", i, "result", result)
maps.Copy(e.cachedMap, result.FileIDs)
results[i] = result
}