forked from izaya/OC-PsychOS2
made getty record the basepid properly
This commit is contained in:
parent
77c69f651b
commit
7b8c532141
@ -55,10 +55,10 @@ local function allocate()
|
||||
end
|
||||
|
||||
function start()
|
||||
basepid = os.spawn(function()
|
||||
scan()
|
||||
allocate()
|
||||
dprint("screens ready")
|
||||
basepid = os.spawn(function()
|
||||
while true do
|
||||
coroutine.yield()
|
||||
for k,v in pairs(pids) do
|
||||
|
Loading…
Reference in New Issue
Block a user