m
This commit is contained in:
@@ -445,7 +445,7 @@ func RunShellCommand(mml *MmlCommand, omcMmlVar *MmlVar, outputJson *dborm.MmlOu
|
|||||||
output = *ParseErrorOutput(err)
|
output = *ParseErrorOutput(err)
|
||||||
return &output
|
return &output
|
||||||
} else {
|
} 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)
|
output = []byte(str)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user