fix: --
This commit is contained in:
@@ -83,7 +83,7 @@ func (s *BarProcessor) Execute(data any) (any, error) {
|
||||
log.Error("Faile to exec command:", err)
|
||||
return nil, err
|
||||
}
|
||||
log.Tracef("command output:%s", out)
|
||||
log.Tracef("command output:%v", out)
|
||||
|
||||
// 返回结果,用于记录执行结果
|
||||
return map[string]any{
|
||||
|
||||
Reference in New Issue
Block a user