should stop crashing with print() before processes start running
This commit is contained in:
parent
c10058e490
commit
1994d25f5f
@ -1,4 +1,4 @@
|
|||||||
tT,p,C,T={},1,coroutine,table
|
tT,p,cT,C,T={},1,1,coroutine,table
|
||||||
function E()
|
function E()
|
||||||
if tT[cT] ~= nil then return tT[cT][3] end
|
if tT[cT] ~= nil then return tT[cT][3] end
|
||||||
end
|
end
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
function write(...)
|
function write(...)
|
||||||
for k,v in pairs({...}) do
|
for k,v in pairs({...}) do
|
||||||
h("display",tostring(v),E().sI)
|
h("display",tostring(v),E().sI or 1)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
function print(...)
|
function print(...)
|
||||||
|
Loading…
Reference in New Issue
Block a user