fix:...
This commit is contained in:
@@ -87,8 +87,8 @@ func (s *BarProcessor) Execute(data any) (any, error) {
|
||||
|
||||
// 返回结果,用于记录执行结果
|
||||
return map[string]any{
|
||||
"message": "operation succeeded",
|
||||
"deleteFiles": string(out),
|
||||
"affected": affected,
|
||||
"msg": "success",
|
||||
"cmdoutput": string(out),
|
||||
"affected": affected,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user