mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix #648
This commit is contained in:
@@ -283,6 +283,7 @@ function COMMANDX.debug(cmd)
|
|||||||
pcall(forward_cmd)
|
pcall(forward_cmd)
|
||||||
if not stop then -- block at skynet.call "start"
|
if not stop then -- block at skynet.call "start"
|
||||||
term_co = nil
|
term_co = nil
|
||||||
|
else
|
||||||
skynet.wakeup(term_co)
|
skynet.wakeup(term_co)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user