Skip to content

Commit

Permalink
Merge branch 'master' into dev_tming
Browse files Browse the repository at this point in the history
  • Loading branch information
tbs60 authored Oct 8, 2024
2 parents fa9ad1d + 236eae4 commit 9a0b5c4
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (e *executor) realExecuteLocalTask(locallockweight int32) *types.LocalTaskE
var outBuf, errBuf bytes.Buffer
sandbox.Stdout = &outBuf
sandbox.Stderr = &errBuf
blog.Infof("executor:ready run cmd:%v", e.req.Commands)
blog.Infof("executor: ready from pid(%d) run cmd:%v", e.req.Pid, e.req.Commands)
cmd := e.req.Commands[0]
if strings.HasSuffix(cmd, "cmd.exe") || strings.HasSuffix(cmd, "Cmd.exe") {
arg := strings.Join(e.req.Commands, " ")
Expand Down
Loading

0 comments on commit 9a0b5c4

Please sign in to comment.