7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
--:Minify:--
|
|
local kernel=...
|
|
local debug=debug
|
|
kernel._G.debug={
|
|
getinfo=debug.getinfo,
|
|
traceback=debug.traceback
|
|
} |