mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 18:55:03 -04:00
Small variable name change
This commit is contained in:
parent
d8ee287c96
commit
6441ce9e28
@ -21,8 +21,8 @@ end
|
||||
stdoutStream.close = stdinStream.close
|
||||
stderrStream.close = stdinStream.close
|
||||
|
||||
function stdinStream:read(n, dowrap)
|
||||
local result = term.read(stdinHistory, dowrap)
|
||||
function stdinStream:read(n, dobreak)
|
||||
local result = term.read(stdinHistory, dobreak)
|
||||
while #stdinHistory > 10 do
|
||||
table.remove(stdinHistory, 1)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user