for compatible

This commit is contained in:
Cloud Wu
2016-04-18 12:05:46 +08:00
parent b124d4c1b8
commit f56d777cc2

View File

@@ -343,7 +343,7 @@ function skynet.exit()
end
function skynet.getenv(key)
return c.command("GETENV",key)
return (c.command("GETENV",key))
end
function skynet.setenv(key, value)