extended file listing

This commit is contained in:
kepler155c@gmail.com
2017-08-05 04:17:06 -04:00
parent a1660fd073
commit c21afd2875
8 changed files with 34 additions and 47 deletions

View File

@@ -67,7 +67,7 @@ while true do
while true do
local e = Event.pullEvent()
if e == 'terminate' then
if e[1] == 'terminate' then
break
end
if not socket.connected then