1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux 2018-05-20 22:15:45 +08:00
parent 4d422f8efb
commit 367422c7c1

View File

@ -1993,11 +1993,11 @@ var Index = &Context{Name: "ctx", Help: "模块中心",
case "start":
msg := m.Spawn(m.Target())
msg.Detail(0, arg)
msg.Target().Begin(msg)
msg.Target().Start(msg)
case "close":
msg := m.Spawn(m.Target())
msg.Detail(0, arg)
msg.Target().Begin(msg)
msg.Target().Close(msg)
}
}
// }}}