This commit is contained in:
2023-08-18 12:36:47 +08:00
parent 799ef8bde5
commit bc8ec3b4c5

View File

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