mirror of
https://github.com/kepler155c/opus
synced 2025-10-22 11:17:40 +00:00
peripheral overhaul
This commit is contained in:
@@ -17,7 +17,7 @@ local function telnetHost(socket)
|
||||
|
||||
local termInfo = socket:read(5)
|
||||
if not termInfo then
|
||||
_G.printtError('read failed')
|
||||
_G.printError('read failed')
|
||||
return
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user