1
0
mirror of https://github.com/Ale32bit-CC/Node.lua synced 2025-12-19 11:48:06 +00:00

Node is now included in all required modules (_ENV)

This commit is contained in:
Alessandro
2019-02-08 21:27:51 +01:00
committed by GitHub
parent 3869ced4ba
commit 30c521abde

View File

@@ -301,7 +301,7 @@ local function status()
end
return {
local node = {
on = on,
removeListener = removeListener,
setInterval = setInterval,
@@ -312,3 +312,7 @@ return {
promise = promise,
init = init,
}
_ENV.node = node
return node