mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge pull request #105 from P-T-/master
make debug.traceback available in the sandbox
This commit is contained in:
commit
4eff921f05
@ -241,6 +241,9 @@ sandbox = {
|
|||||||
tmpname = nil, -- in boot/*_os.lua
|
tmpname = nil, -- in boot/*_os.lua
|
||||||
},
|
},
|
||||||
|
|
||||||
|
debug = {
|
||||||
|
traceback = debug.traceback
|
||||||
|
},
|
||||||
_OSVERSION = "OpenOS 1.1",
|
_OSVERSION = "OpenOS 1.1",
|
||||||
checkArg = checkArg
|
checkArg = checkArg
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user