From bc8ec3b4c529d07fd17134817a41bb4c735d4cee Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 18 Aug 2023 12:36:47 +0800 Subject: [PATCH] m --- lib/mmlp/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mmlp/parse.go b/lib/mmlp/parse.go index b5bc8552..dae5c776 100644 --- a/lib/mmlp/parse.go +++ b/lib/mmlp/parse.go @@ -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) }