forked from x/ContextOS
Merge branch 'master' of github.com:shylinux/context
This commit is contained in:
commit
1397ae28d9
@ -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)
|
||||
}
|
||||
}
|
||||
// }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user