Skip to content

Return value of file.close and os.execute is incorrect #15

Open
@lolleko

Description

@lolleko
Member

File close should return the same as os.execute if the file was opened via popen.
os.execute should return a tuple see manual for more information.

http://www.lua.org/manual/5.2/manual.html#pdf-file:close
http://www.lua.org/manual/5.2/manual.html#pdf-os.execute

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lolleko

        Issue actions

          Return value of file.close and os.execute is incorrect · Issue #15 · TypeScriptToLua/lua-types