add todo message

This commit is contained in:
Jay 2019-03-05 22:14:27 +08:00
parent b339a90a15
commit 75105e4cf7
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ func parseResult(str string) interface{} {
}
func runCMD(txt, c string, s *lineobj.SourceObject) (res []string) {
// TODO: 把多重回覆指令 回應內容獨立資料表
cmds := strings.Split(c, "$#$")
if len(cmds) == 0 {
return