diff --git a/service/debug_console.lua b/service/debug_console.lua index 07bae9fb..33cc06ee 100644 --- a/service/debug_console.lua +++ b/service/debug_console.lua @@ -283,6 +283,7 @@ function COMMANDX.debug(cmd) pcall(forward_cmd) if not stop then -- block at skynet.call "start" term_co = nil + else skynet.wakeup(term_co) end end)