make App.open_for_* look more like io.open

[?]
Aug 23, 2022, 8:11 PM
NR43TWCNAUSV6MCAIGEGUTVCW32D37HCLQYPSVCJ6AVB7FOF255AC

Dependencies

Change contents

  • replacement in app.lua at line 305
    [3.1512][3.1512:1613](),[3.1613][3.2592:2636](),[3.2592][3.2592:2636](),[3.2636][2.62:79](),[2.79][3.2652:2656](),[3.2652][3.2652:2656]()
    return {
    lines = function(self)
    return App.filesystem[filename]:gmatch('[^\n]+')
    end,
    close = function(self)
    end,
    }
    [3.1512]
    [3.7391]
    if App.filesystem[filename] then
    return {
    lines = function(self)
    return App.filesystem[filename]:gmatch('[^\n]+')
    end,
    close = function(self)
    end,
    }
    end