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