transition to kernel

This commit is contained in:
kepler155c
2018-01-13 15:18:17 -05:00
parent f7893ab2fe
commit 40da3f1683
2 changed files with 2 additions and 1 deletions

View File

@@ -18,5 +18,5 @@ device[name].type = 'terminal'
if title then
multishell.setTitle(multishell.getCurrent(), title)
end
os.pullEvent('terminate')
os.pullEventRaw('terminate')
os.queueEvent('peripheral_detach', name)