From 94374cf06f4e6bb4e36b7d5d6b0fed6637f0c1ab Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Fri, 2 Jun 2017 19:36:39 +0800 Subject: [PATCH] fix #648 --- service/debug_console.lua | 1 + 1 file changed, 1 insertion(+) 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)