should stop crashing with print() before processes start running

This commit is contained in:
Izaya 2017-05-23 14:46:50 +00:00
parent c10058e490
commit 1994d25f5f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
tT,p,C,T={},1,coroutine,table
tT,p,cT,C,T={},1,1,coroutine,table
function E()
if tT[cT] ~= nil then return tT[cT][3] end
end

View File

@ -1,6 +1,6 @@
function write(...)
for k,v in pairs({...}) do
h("display",tostring(v),E().sI)
h("display",tostring(v),E().sI or 1)
end
end
function print(...)