This commit is contained in:
2023-08-18 12:39:01 +08:00
parent fa67bc8c81
commit 48851f447a

View File

@@ -445,7 +445,7 @@ func RunShellCommand(mml *MmlCommand, omcMmlVar *MmlVar, outputJson *dborm.MmlOu
output = *ParseErrorOutput(err)
return &output
} else {
str := fmt.Sprintf("Command: %s output:\n\n%v\n\n", command, string(out))
str := fmt.Sprintf("Command: %s output:\n\n%v\n", command, string(out))
output = []byte(str)
}