1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-22 11:17:40 +00:00

peripheral overhaul

This commit is contained in:
kepler155c@gmail.com
2018-01-06 06:07:49 -05:00
parent 1528bab3ac
commit 911fec9118
5 changed files with 188 additions and 3 deletions

View File

@@ -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