mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-14 11:06:16 +05:00
Update BIOS.lua
This commit is contained in:
parent
bb1e364091
commit
379118db58
@ -11,4 +11,7 @@ while true do
|
||||
end
|
||||
|
||||
handle.close()
|
||||
load(data)()
|
||||
local success,reason=xpcall(load(data),debug.traceback)
|
||||
if not success then
|
||||
error(reason)
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user