mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Closer to release...
This commit is contained in:
@ -60,7 +60,7 @@ local empty = function()
|
||||
end
|
||||
|
||||
local get = function()
|
||||
s = ""
|
||||
local s = ""
|
||||
for i,v in ipairs(files) do
|
||||
s = s .. "\n" .. readfile(v)
|
||||
end
|
||||
|
Reference in New Issue
Block a user