Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

I killed it! #54

Open
dirthsj opened this issue Jul 9, 2014 · 1 comment
Open

I killed it! #54

dirthsj opened this issue Jul 9, 2014 · 1 comment

Comments

@dirthsj
Copy link

dirthsj commented Jul 9, 2014

Don't ask why I decided to do this... I just did

local file = fs.open( "derp", "w" )
for i = 1, 255 do
    file.writeLine( string.char( i ) )
    sleep( 0 )
end
file.close()

screen shot 2014-07-08 at 9 50 23 pm

@dmarcuse
Copy link
Contributor

dmarcuse commented Jul 9, 2014

Reproduced this myself; error was "URI Malformed"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants