Merge pull request #5711 from wingyplus/fix-debug-example
Fix profiles/debug_example.lua cannot interprete by lua
This commit is contained in:
commit
909570fd7f
@ -38,7 +38,7 @@ local way = {
|
|||||||
local result = {}
|
local result = {}
|
||||||
|
|
||||||
-- call the way function
|
-- call the way function
|
||||||
Debug.way_function(way,result)
|
Debug.process_way(way,result)
|
||||||
|
|
||||||
-- print input and output
|
-- print input and output
|
||||||
pprint(way)
|
pprint(way)
|
||||||
|
Loading…
Reference in New Issue
Block a user