mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 18:30:27 -04:00
Merge branch 'OC1.3-MC1.6.4' of github.com:MightyPirates/OpenComputers
This commit is contained in:
commit
faf6c50654
@ -70,8 +70,8 @@ end
|
||||
|
||||
function io.lines(filename, ...)
|
||||
if filename then
|
||||
local result, reason = io.open(filename)
|
||||
if not result then
|
||||
local file, reason = io.open(filename)
|
||||
if not file then
|
||||
error(reason, 2)
|
||||
end
|
||||
local args = table.pack(...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user