from vscode
This commit is contained in:
@@ -82,7 +82,7 @@ func Execute(em *ExecutionMessage) (bool, []string) {
|
||||
if err != nil {
|
||||
resultLog = append(resultLog, " 命令执行错误如下 ", err.Error())
|
||||
}
|
||||
resultLog = append(resultLog, fmt.Sprintf("命令 %s 执行结果为 %s", executionContent, strconv.FormatBool(ok)))
|
||||
resultLog = append(resultLog, fmt.Sprintf("命令 %v 执行结果为 %s", executionContent, strconv.FormatBool(ok)))
|
||||
// debug
|
||||
log.DebugF("%v", resultLog)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user