m
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user