wait, fix tests

[?]
May 30, 2023, 7:24 AM
DLBD4ZA6QZIT2SIZKIQQMCK3YR4T6PJZ2YVRLPKX3U5NPN7QCCLAC

Dependencies

Change contents

  • replacement in app.lua at line 319
    [3.2482][3.2482:2493](),[3.2493][3.1208:1314]()
    return {
    write = function(self, ...)
    local args = {...}
    for i,s in ipairs(args) do
    [3.2482]
    [3.1314]
    if Current_app == nil or Current_app == 'run' then
    return {
    write = function(self, ...)
    local args = {...}
    for i,s in ipairs(args) do
    App.filesystem[filename] = App.filesystem[filename]..s
    end
    end,
    close = function(self)
    end,
    }
    elseif Current_app == 'source' then
    return {
    write = function(self, s)
  • replacement in app.lua at line 334
    [3.1385][3.1385:1447](),[3.1447][2.44:61](),[2.61][3.1463:1467](),[3.1463][3.1463:1467]()
    end
    end,
    close = function(self)
    end,
    }
    [3.1385]
    [3.1467]
    end,
    close = function(self)
    end,
    }
    end