Update BIOS.lua

This commit is contained in:
Minecraftku_hei 2021-04-17 18:36:19 +08:00 committed by GitHub
parent bb1e364091
commit 379118db58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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