mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix code indent
This commit is contained in:
@@ -231,7 +231,7 @@ function COMMAND.debug(address, fd)
|
|||||||
skynet.fork(function()
|
skynet.fork(function()
|
||||||
repeat
|
repeat
|
||||||
local cmdline = socket.readline(fd, "\n")
|
local cmdline = socket.readline(fd, "\n")
|
||||||
cmdline = cmdline and cmdline:gsub("(.*)\r$", "%1")
|
cmdline = cmdline and cmdline:gsub("(.*)\r$", "%1")
|
||||||
if not cmdline then
|
if not cmdline then
|
||||||
skynet.send(agent, "lua", "cmd", "cont")
|
skynet.send(agent, "lua", "cmd", "cont")
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user