mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
for compatible
This commit is contained in:
@@ -343,7 +343,7 @@ function skynet.exit()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function skynet.getenv(key)
|
function skynet.getenv(key)
|
||||||
return c.command("GETENV",key)
|
return (c.command("GETENV",key))
|
||||||
end
|
end
|
||||||
|
|
||||||
function skynet.setenv(key, value)
|
function skynet.setenv(key, value)
|
||||||
|
|||||||
Reference in New Issue
Block a user