[ Agent ] [ Executor ] - 增加windows executor部分的代码
This commit is contained in:
@@ -97,7 +97,7 @@ func (op *AgentOsOperator) Exec(baseFuncName string, funcArgs ...string) []strin
|
||||
|
||||
// exec the command here
|
||||
for _, singleLineCommand := range multiLineCommand {
|
||||
singleCommandResult := AllOutputCommandExecutor(singleLineCommand)
|
||||
singleCommandResult, _ := AllOutputCommandExecutor(singleLineCommand)
|
||||
|
||||
result = append(result, "")
|
||||
result = append(result, singleCommandResult...)
|
||||
|
||||
Reference in New Issue
Block a user