mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
for compatible
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user